-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (26 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module eulixspace-upgrade
go 1.16
require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v24.0.4+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dungeonsnd/gocom v1.0.41
github.com/evalphobia/logrus_sentry v0.8.2
github.com/gin-gonic/gin v1.9.1
github.com/gogo/protobuf v1.3.2 // indirect
github.com/imdario/mergo v0.3.12
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect
github.com/jinzhu/configor v1.2.1
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.8.3
golang.org/x/time v0.3.0 // indirect
gotest.tools/v3 v3.5.0 // indirect
)