rano/go.mod

28 lines
908 B
Modula-2
Raw Normal View History

module gitserver.in/patialtech/rano
go 1.23.2
2024-11-01 14:25:30 +00:00
require (
github.com/99designs/gqlgen v0.17.55
github.com/vektah/gqlparser/v2 v2.5.18
gitserver.in/patialtech/mux v0.3.1
2024-11-01 14:25:30 +00:00
)
require (
github.com/agnivade/levenshtein v1.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
2024-11-01 14:25:30 +00:00
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
2024-11-01 14:25:30 +00:00
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sosodev/duration v1.3.1 // indirect
github.com/urfave/cli/v2 v2.27.5 // indirect
2024-11-01 14:25:30 +00:00
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/mod v0.21.0 // indirect
2024-11-01 14:25:30 +00:00
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.26.0 // indirect
2024-11-01 14:25:30 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)