You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
851 B
Modula-2

module git.nroo.de/norwin/mobilizon-event-importer
go 1.17
require (
github.com/hasura/go-graphql-client v0.6.5
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)