24 lines
601 B
Modula-2
24 lines
601 B
Modula-2
module github.com/tx7do/go-utils
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/google/uuid v1.6.0
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.39.0
|
|
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
|
|
google.golang.org/protobuf v1.36.6
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|