-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 739 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/iuliandita/exposuremap
go 1.26
require (
github.com/compose-spec/compose-go/v2 v2.13.0
github.com/sirupsen/logrus v1.9.4
go.yaml.in/yaml/v4 v4.0.0-rc.4
)
require (
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/mattn/go-shellwords v1.0.12 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.14.0 // indirect
)