-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.03 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
29
30
module github.com/frantjc/sindri
go 1.21.4
require (
github.com/adrg/xdg v0.5.3
github.com/frantjc/go-ingress v0.2.0
github.com/frantjc/go-steamcmd v0.0.0-20240112014424-08f6a8624b2d
github.com/frantjc/x v0.0.0-20240116045108-479cf61015f9
github.com/go-logr/logr v1.4.2
github.com/go-logr/zapr v1.3.0
github.com/google/go-containerregistry v0.20.2
github.com/mmatczuk/anyflag v0.0.0-20240105091245-c64b70bf5d41
github.com/spf13/cobra v1.8.1
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
)
require (
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vbatts/tar-split v0.11.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)