acc-server/go.mod

27 lines
909 B
Modula-2
Raw Normal View History

2022-06-10 12:52:39 +02:00
module git.front.kjuulh.io/kjuulh/acc-server
2022-10-26 19:20:37 +02:00
go 1.19
2022-06-10 12:52:39 +02:00
require (
github.com/99designs/gqlgen v0.17.26
github.com/vektah/gqlparser/v2 v2.5.1
2022-06-10 12:52:39 +02:00
)
require (
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2022-06-10 12:52:39 +02:00
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
2022-06-10 12:52:39 +02:00
github.com/matryer/moq v0.2.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
2022-06-10 12:52:39 +02:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/urfave/cli/v2 v2.24.4 // indirect
2022-06-10 12:52:39 +02:00
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/tools v0.6.0 // indirect
2022-06-10 12:52:39 +02:00
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)