From b7c4bb81e5459b5f5b02ee4986327ac3fd29296b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 18:23:17 +0000 Subject: [PATCH] Bump github.com/titan-data/s3web-remote-go from 0.1.0 to 0.2.0 Bumps [github.com/titan-data/s3web-remote-go](https://github.com/titan-data/s3web-remote-go) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/titan-data/s3web-remote-go/releases) - [Commits](https://github.com/titan-data/s3web-remote-go/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: github.com/titan-data/s3web-remote-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 5b3073e..410bcc1 100644 --- a/go.mod +++ b/go.mod @@ -13,9 +13,9 @@ require ( github.com/spf13/cobra v0.0.7 github.com/spf13/viper v1.8.1 github.com/titan-data/nop-remote-go v0.1.0 - github.com/titan-data/remote-sdk-go v0.1.0 + github.com/titan-data/remote-sdk-go v0.2.1 github.com/titan-data/s3-remote-go v0.1.1 - github.com/titan-data/s3web-remote-go v0.1.0 + github.com/titan-data/s3web-remote-go v0.2.0 github.com/titan-data/ssh-remote-go v0.1.0 github.com/titan-data/titan-client-go v0.0.3 k8s.io/api v0.20.1 diff --git a/go.sum b/go.sum index e59de87..93643b2 100644 --- a/go.sum +++ b/go.sum @@ -224,8 +224,9 @@ github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyN github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI= -github.com/hashicorp/go-hclog v0.10.1 h1:uyt/l0dWjJ879yiAu+T7FG3/6QX+zwm4bQ8P7XsYt3o= github.com/hashicorp/go-hclog v0.10.1/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v0.11.0 h1:zf3QG3ap4KOMHzDLxBvq9ZtEFVSxQzVdH1ccl5NK2tU= +github.com/hashicorp/go-hclog v0.11.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= @@ -396,12 +397,13 @@ github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/titan-data/nop-remote-go v0.1.0 h1:1s2gkkE91YWHLERQW13f5ew07LExbpYNfpS8k8nyFVU= github.com/titan-data/nop-remote-go v0.1.0/go.mod h1:HVEo7ldAD3afuGZ/hl7MxyJfhjPfh7vS5OMmnOl+6IE= -github.com/titan-data/remote-sdk-go v0.1.0 h1:Xab4sduqyGdo04eJ5mQ2lIfAYZDjHJ4AzlK4oJ5EqqE= github.com/titan-data/remote-sdk-go v0.1.0/go.mod h1:u7w3Olu3EtjoFcHzxUOzelxedey4q2nveuKLvgRO7tg= +github.com/titan-data/remote-sdk-go v0.2.1 h1:Aa1CWqSbPIIvuacy27nMcbmLF2eymLIJs8m+yW8ki8E= +github.com/titan-data/remote-sdk-go v0.2.1/go.mod h1:IYCrMWL1hFGoYusrTHgseG/bLVuY72LpQSSdGOrcHb4= github.com/titan-data/s3-remote-go v0.1.1 h1:LOzN1qGPxSWeoD02W4KmHxZ6dg572twlzWM9sVuBfM0= github.com/titan-data/s3-remote-go v0.1.1/go.mod h1:/DxmQF26nM2+Mt8IFm4qe0AgRw2D2eeV00fZmk2GdGw= -github.com/titan-data/s3web-remote-go v0.1.0 h1:TOdqt9f4SaQTvFvtPIsGO31ZqcWEpKmYIh9OTYyAhsE= -github.com/titan-data/s3web-remote-go v0.1.0/go.mod h1:Z+HEuweH81amh3ooZ2L7xGqY5cZilqbdBxfInu/E0Hw= +github.com/titan-data/s3web-remote-go v0.2.0 h1:4sgOmb7uwubH7k4QDmzD2/VEtgD4rXd+rYVKfZ7IonM= +github.com/titan-data/s3web-remote-go v0.2.0/go.mod h1:Hs4u5nrPmRSugANb84SXj3czjKzu0vmhsjVztRv/2vA= github.com/titan-data/ssh-remote-go v0.1.0 h1:SL1okEt3mmVLqTC0KpbGTBOWGgbwu83UG/sBdw4rJa4= github.com/titan-data/ssh-remote-go v0.1.0/go.mod h1:YIr/HOh5bXopNLxFLcrcbyoy7UBC8+pOB1rtlkR2UkM= github.com/titan-data/titan-client-go v0.0.3 h1:SSZVo+i3O+M7Z8O2zbHTih3UPWJZxBRSR/zartB1ckM=