mirror of
https://github.com/LukeHagar/relay.git
synced 2025-12-09 12:47:49 +00:00
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>
15 lines
272 B
Modula-2
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
|
|
)
|