hashicorp / vault-plugin-database-couchbase

Mozilla Public License 2.0
6 stars 5 forks source link

Update dependencies and circleci go version #26

Closed fairclothjm closed 2 years ago

fairclothjm commented 2 years ago

Update command:

$ go list -u -m -json all | \
    jq -r 'select(.Indirect != true and .Update != null) | \
    .Path+"@"+.Update.Version' | \
    xargs -L1 go get
$ go mod tidy