tag-checker/go.mod

33 lines
1.3 KiB
Modula-2
Raw Permalink Normal View History

2020-12-04 21:18:23 +00:00
module github.com/iamthefij/tag-checker
2020-12-02 01:07:06 +00:00
2021-09-16 21:19:11 +00:00
go 1.17
2020-12-02 01:07:06 +00:00
require (
2021-09-16 21:19:11 +00:00
git.iamthefij.com/iamthefij/slog v1.3.0
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.5.0 // indirect
2020-12-02 01:07:06 +00:00
github.com/containerd/containerd v1.4.3 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200916142827-bd33bbf0497b+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
2021-09-16 21:19:11 +00:00
github.com/gorilla/mux v1.8.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
2020-12-02 01:07:06 +00:00
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
2021-09-16 21:19:11 +00:00
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/grpc v1.33.2 // indirect
gotest.tools v2.2.0+incompatible // indirect
)
require (
github.com/golang/protobuf v1.4.1 // indirect
2020-12-02 01:07:06 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
2021-09-16 21:19:11 +00:00
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.25.0 // indirect
2020-12-02 01:07:06 +00:00
)