31 lines
1008 B
Modula-2
31 lines
1008 B
Modula-2
module tailly_back_v2
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.72
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/prometheus/client_golang v1.22.0
|
|
github.com/vektah/gqlparser/v2 v2.5.25
|
|
golang.org/x/crypto v0.37.0
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/sosodev/duration v1.3.1 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
)
|