2023-06-20 15:49:03 -06:00
|
|
|
module github.com/mekkanized/graphvent
|
2023-04-08 13:58:47 -06:00
|
|
|
|
2023-08-31 19:50:32 -06:00
|
|
|
go 1.21.0
|
|
|
|
|
2023-06-28 21:49:23 -06:00
|
|
|
require (
|
|
|
|
github.com/dgraph-io/badger/v3 v3.2103.5
|
|
|
|
github.com/gobwas/ws v1.2.1
|
|
|
|
github.com/google/uuid v1.3.0
|
2023-09-18 12:02:30 -06:00
|
|
|
github.com/graphql-go/graphql v0.8.1
|
2023-06-28 21:49:23 -06:00
|
|
|
github.com/rs/zerolog v1.29.1
|
2023-09-14 15:50:08 -06:00
|
|
|
golang.org/x/net v0.7.0
|
2023-06-28 21:49:23 -06:00
|
|
|
)
|
|
|
|
|
2023-04-08 13:58:47 -06:00
|
|
|
require (
|
2023-10-14 15:05:23 -06:00
|
|
|
filippo.io/edwards25519 v1.0.0 // indirect
|
2023-06-22 15:50:42 -06:00
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
2023-06-16 01:46:15 -06:00
|
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
2023-06-22 15:50:42 -06:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
|
|
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
|
|
github.com/google/flatbuffers v1.12.1 // indirect
|
|
|
|
github.com/klauspost/compress v1.12.3 // indirect
|
2023-06-04 13:18:10 -06:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2023-06-22 15:50:42 -06:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-09-18 20:11:50 -06:00
|
|
|
github.com/stretchr/testify v1.8.2 // indirect
|
2023-06-22 15:50:42 -06:00
|
|
|
go.opencensus.io v0.22.5 // indirect
|
2023-10-29 18:26:14 -06:00
|
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
2023-04-08 13:58:47 -06:00
|
|
|
)
|