-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 771 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 771 Bytes
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
module github.com/EDyO/appu
go 1.17
require (
github.com/aws/aws-sdk-go v1.15.11
github.com/beevik/etree v1.1.0
github.com/docker/docker v20.10.8+incompatible
gopkg.in/ini.v1 v1.63.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/antchfx/htmlquery v1.2.4
github.com/antchfx/xpath v1.2.0
github.com/containerd/containerd v1.5.5 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/ifosch/stationery v0.1.2
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
)