-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deps. Rebuild with Go 1.17.2.
Signed-off-by: Dinko Korunic <dinko.korunic@gmail.com>
- Loading branch information
Showing
2 changed files
with
569 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.