-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 766 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 766 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
module github.com/octocompose/operator-docker
go 1.24.1
require (
github.com/earthboundkid/versioninfo/v2 v2.24.1
github.com/go-orb/go-orb v0.3.0
github.com/go-orb/plugins/codecs/json v0.2.0
github.com/go-orb/plugins/codecs/yaml v0.2.0
github.com/go-orb/plugins/log/slog v0.2.0
github.com/octocompose/octoctl v0.0.0-20250330151412-fddf32347166
github.com/urfave/cli/v3 v3.0.0-beta1
)
require (
dario.cat/mergo v1.0.1 // indirect
github.com/cornelk/hashmap v1.0.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)