Inspector Gadget [BOT]
a16af482de
All checks were successful
build bin / Make sure build does not fail (pull_request) Successful in 2m54s
Codespell / Check for spelling errors (pull_request) Successful in 22s
build bin / Make sure build does not fail (push) Successful in 2m55s
Codespell / Check for spelling errors (push) Successful in 21s
30 lines
958 B
Modula-2
30 lines
958 B
Modula-2
module git.dayanhub.com/sagi/envoid
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/creasty/defaults v1.8.0
|
|
github.com/glebarez/go-sqlite v1.22.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/spf13/cobra v1.8.1
|
|
golang.org/x/crypto v0.31.0
|
|
golang.org/x/sync v0.10.0
|
|
golang.org/x/term v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/libc v1.37.6 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.7.2 // indirect
|
|
modernc.org/sqlite v1.28.0 // indirect
|
|
)
|