-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
26 lines (24 loc) · 1021 Bytes
/
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
module github.com/ArmyCyberInstitute/cmgr
go 1.16
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/containerd/containerd v1.6.1 // indirect
github.com/docker/cli v20.10.13+incompatible
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.13+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/gogo/googleapis v1.4.1 // indirect
github.com/jmoiron/sqlx v1.3.4
github.com/klauspost/compress v1.15.0 // indirect
github.com/moby/sys/mountinfo v0.6.0 // indirect
github.com/moby/sys/signal v0.7.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/yuin/goldmark v1.4.2
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 // indirect
google.golang.org/grpc v1.45.0 // indirect
gopkg.in/yaml.v2 v2.4.0
modernc.org/sqlite v1.14.6
)