Skip to content

Commit

Permalink
Update deps. Rebuild with Go 1.17.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Dinko Korunic <dinko.korunic@gmail.com>
  • Loading branch information
dkorunic committed Oct 8, 2021
1 parent 985e01d commit 368843c
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 166 deletions.
30 changes: 17 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
module github.com/dkorunic/iSMC

go 1.13
go 1.17

require (
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/go-openapi/errors v0.19.4 // indirect
github.com/go-openapi/strfmt v0.19.5 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/panotza/gosmc v1.0.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
)

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-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/oklog/ulid v1.3.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
go.mongodb.org/mongo-driver v1.3.4 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
go.mongodb.org/mongo-driver v1.7.3 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
)
Loading

0 comments on commit 368843c

Please sign in to comment.