Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
93943bb9
Commit
93943bb9
authored
3 years ago
by
HridoyRoy
Browse files
Options
Download
Email Patches
Plain Diff
update api to use v0.4.0
parent
9ab1f383
Branches unavailable
sdk/v0.4.0
api/v1.4.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
api/go.mod
+1
-1
api/go.mod
api/go.sum
+0
-1
api/go.sum
go.mod
+2
-2
go.mod
with
3 additions
and
4 deletions
+3
-4
api/go.mod
+
1
-
1
View file @
93943bb9
...
...
@@ -16,7 +16,7 @@ require (
github.com/hashicorp/go-rootcerts v1.0.2
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/vault/sdk v0.
3
.0
github.com/hashicorp/vault/sdk v0.
4
.0
github.com/mitchellh/mapstructure v1.4.2
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
...
...
This diff is collapsed.
Click to expand it.
api/go.sum
+
0
-
1
View file @
93943bb9
...
...
@@ -139,7 +139,6 @@ github.com/jhump/protoreflect v1.6.0/go.mod h1:eaTn3RZAmMBcV0fifFvlm6VHNz3wSkYyX
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
github.com/keybase/go-crypto v0.0.0-20190403132359-d65b6b94177f/go.mod h1:ghbZscTyKdM07+Fw3KSi0hcJm+AlEUWj8QLlPtijN/M=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
...
...
This diff is collapsed.
Click to expand it.
go.mod
+
2
-
2
View file @
93943bb9
...
...
@@ -119,7 +119,7 @@ require (
github.com/hashicorp/vault/api
v1.3.1
github.com/hashicorp/vault/api/auth/approle
v0.1.0
github.com/hashicorp/vault/api/auth/userpass
v0.1.0
github.com/hashicorp/vault/sdk
v0.
3.1-0.20220222222524-cfa3741426a1
github.com/hashicorp/vault/sdk
v0.
4.0
github.com/influxdata/influxdb1-client
v0.0.0-20200827194710-b269163b24ab
github.com/jcmturner/gokrb5/v8
v8.4.2
github.com/jefferai/isbadcipher
v0.0.0-20190226160619-51d2077c035f
...
...
@@ -130,6 +130,7 @@ require (
github.com/kr/text
v0.2.0
github.com/lib/pq
v1.10.3
github.com/mattn/go-colorable
v0.1.12
github.com/mattn/go-isatty
v0.0.14
github.com/mholt/archiver
v3.1.1+incompatible
github.com/michaelklishin/rabbit-hole/v2
v2.11.0
github.com/mikesmitty/edkey
v0.0.0-20170222072505-3356ea4e686a
...
...
@@ -305,7 +306,6 @@ require (
github.com/klauspost/compress
v1.13.6 // indirect
github.com/linode/linodego
v0.7.1 // indirect
github.com/mattn/go-ieproxy
v0.0.1 // indirect
github.com/mattn/go-isatty
v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/miekg/dns
v1.1.41 // indirect
github.com/mitchellh/hashstructure
v1.0.0 // indirect
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help