2021-03-23 08:43:44 +00:00
|
|
|
module git.m2.nz/go-scrobble
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-03-24 09:28:05 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect
|
|
|
|
github.com/containerd/containerd v1.4.1 // indirect
|
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible // indirect
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
2021-03-23 08:43:44 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-03-24 09:28:05 +00:00
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
2021-03-23 08:43:44 +00:00
|
|
|
github.com/golang-migrate/migrate v3.5.4+incompatible
|
2021-03-24 09:28:05 +00:00
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
2021-03-23 08:43:44 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-03-24 09:28:05 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
|
|
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3 // indirect
|
|
|
|
google.golang.org/grpc v1.33.1 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2021-03-23 08:43:44 +00:00
|
|
|
)
|