Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from MiLk/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
MiLk committed Aug 3, 2021
2 parents e5eaf25 + 3c5f1f3 commit f21b6aa
Show file tree
Hide file tree
Showing 3 changed files with 1,160 additions and 307 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
language: go

go:
- "1.12.x"
- "1.13.x"
- "1.15.x"
- "1.16.x"
- "1.x"

install:
Expand Down
29 changes: 7 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
module github.com/MiLk/nsscache-go

go 1.11
go 1.16

require (
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
github.com/aws/aws-sdk-go v1.19.39
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 // indirect
github.com/go-test/deep v1.0.4 // indirect
github.com/hashicorp/consul/api v1.3.0 // indirect
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/hashicorp/serf v0.8.5 // indirect
github.com/hashicorp/vault v1.3.0
github.com/hashicorp/vault-plugin-secrets-kv v0.5.2-0.20191017213228-e8cf7060a4d0
github.com/hashicorp/vault/api v1.0.5-0.20191108163347-bdd38fca2cff
github.com/ory/dockertest v3.3.5+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
google.golang.org/grpc v1.23.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
github.com/aws/aws-sdk-go v1.40.13
github.com/hashicorp/vault v1.8.0
github.com/hashicorp/vault-plugin-secrets-kv v0.9.0
github.com/hashicorp/vault/api v1.1.2-0.20210713235431-1fc8af4c041f
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
)
Loading

0 comments on commit f21b6aa

Please sign in to comment.