Files
relay/go.mod
dependabot[bot] 610685d1f8 Bump github.com/graphql-go/graphql from 0.8.0 to 0.8.1
Bumps [github.com/graphql-go/graphql](https://github.com/graphql-go/graphql) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/graphql-go/graphql/releases)
- [Commits](https://github.com/graphql-go/graphql/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/graphql-go/graphql
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-19 04:37:29 +00:00

15 lines
272 B
Modula-2

module relay
go 1.23.2
require (
github.com/danielgtaylor/huma/v2 v2.24.0
github.com/gorilla/websocket v1.5.3
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)