Skip to content

Commit

Permalink
Update deps. Rebuild with Go 1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Mar 17, 2022
1 parent 368843c commit a5f412e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 616 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
- env:
- GO111MODULE=on
- CGO_ENABLED=1
goos:
- darwin
goarch:
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ require (
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/panotza/gosmc v1.0.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.4.0
)

require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/go-openapi/errors v0.20.1 // indirect
github.com/go-openapi/strfmt v0.20.2 // indirect
github.com/go-openapi/errors v0.20.2 // indirect
github.com/go-openapi/strfmt v0.21.2 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.mongodb.org/mongo-driver v1.7.3 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
go.mongodb.org/mongo-driver v1.8.4 // indirect
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect
)
Loading

0 comments on commit a5f412e

Please sign in to comment.