Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bketelsen/crypt
go 1.12

require (
cloud.google.com/go/firestore v1.1.0
cloud.google.com/go/firestore v1.9.0
github.com/armon/go-metrics v0.3.9 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/hashicorp/consul/api v1.11.0
Expand All @@ -14,8 +14,7 @@ require (
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
go.etcd.io/etcd/client/v2 v2.305.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/sys v0.0.0-20210909193231-528a39cd75f3 // indirect
google.golang.org/api v0.44.0
google.golang.org/grpc v1.41.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
google.golang.org/api v0.103.0
google.golang.org/grpc v1.50.1
)
Loading