this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at fee61b84b37d02dd7837ce85c3f09e90a1de4e66 30 lines 1.3 kB view raw
1module github.com/aottr/nox 2 3go 1.24.2 4 5require ( 6 dario.cat/mergo v1.0.0 // indirect 7 filippo.io/age v1.2.1 // indirect 8 github.com/Microsoft/go-winio v0.6.2 // indirect 9 github.com/ProtonMail/go-crypto v1.1.6 // indirect 10 github.com/cloudflare/circl v1.6.1 // indirect 11 github.com/cyphar/filepath-securejoin v0.4.1 // indirect 12 github.com/docker/docker v28.2.2+incompatible // indirect 13 github.com/emirpasic/gods v1.18.1 // indirect 14 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect 15 github.com/go-git/go-billy/v5 v5.6.2 // indirect 16 github.com/go-git/go-git/v5 v5.16.2 // indirect 17 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect 18 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect 19 github.com/kevinburke/ssh_config v1.2.0 // indirect 20 github.com/pjbgf/sha1cd v0.3.2 // indirect 21 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect 22 github.com/skeema/knownhosts v1.3.1 // indirect 23 github.com/urfave/cli/v3 v3.3.8 // indirect 24 github.com/xanzy/ssh-agent v0.3.3 // indirect 25 golang.org/x/crypto v0.37.0 // indirect 26 golang.org/x/net v0.39.0 // indirect 27 golang.org/x/sys v0.32.0 // indirect 28 gopkg.in/warnings.v0 v0.1.2 // indirect 29 gopkg.in/yaml.v3 v3.0.1 // indirect 30)