Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions tools/scripts/go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
module scripts

go 1.26.0
go 1.26.2

require (
github.com/deckarep/golang-set/v2 v2.9.0
github.com/google/uuid v1.6.0
github.com/goreleaser/goreleaser/v2 v2.15.4
github.com/luskaner/ageLANServer/common v0.0.0-20260512185905-045487beab1e
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/fsnotify/fsnotify v1.10.1 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/knadh/koanf/maps v0.1.2 // indirect
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
github.com/knadh/koanf/providers/env/v2 v2.0.0 // indirect
github.com/knadh/koanf/providers/file v1.2.1 // indirect
github.com/knadh/koanf/providers/posflag v1.0.1 // indirect
github.com/knadh/koanf/v2 v2.3.4 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
github.com/spf13/pflag v1.0.10 // indirect
go.mongodb.org/mongo-driver v1.17.9 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
golang.org/x/mod v0.36.0 // indirect
golang.org/x/term v0.43.0 // indirect
golang.org/x/tools v0.45.0 // indirect
mvdan.cc/sh/v3 v3.13.1 // indirect
)

require (
Expand Down Expand Up @@ -41,7 +56,7 @@ require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.9.0 // indirect
github.com/go-git/go-git/v5 v5.19.0 // indirect
github.com/go-git/go-git/v5 v5.19.1 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/goreleaser/chglog v0.7.4 // indirect
Expand Down
Loading