-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (45 loc) · 1.99 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/innoai-tech/worklist
go 1.22
require (
github.com/avast/apkparser v0.0.0-20231031113741-3ff9e55acf2f
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-courier/logr v0.3.0
github.com/go-json-experiment/json v0.0.0-20231102232822-2e55bd4e08b0
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47
github.com/google/go-containerregistry v0.19.0
github.com/graphql-go/graphql v0.8.1
github.com/innoai-tech/infra v0.0.0-20240123073205-8d9b32ddacc6
github.com/octohelm/gengo v0.0.0-20240116032423-048028ecb7bb
github.com/octohelm/storage v0.0.0-20240125075455-2c26e507e753
github.com/octohelm/unifs v0.0.0-20240108082849-67a9126d8379
github.com/octohelm/x v0.0.0-20240219080259-91528f21e203
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0
github.com/pelletier/go-toml/v2 v2.1.1
github.com/pkg/errors v0.9.1
github.com/stretchr/objx v0.5.1
golang.org/x/mod v0.15.0
)
require (
cuelang.org/go v0.7.1 // indirect
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
github.com/docker/cli v25.0.3+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker v25.0.3+incompatible // indirect
github.com/docker/docker-credential-helpers v0.8.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
github.com/onsi/gomega v1.31.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vbatts/tar-split v0.11.5 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.18.0 // indirect
)