2020-09-22 18:33:02 +02:00
|
|
|
module github.com/dstotijn/hetty
|
2019-11-17 09:54:15 +01:00
|
|
|
|
2021-04-26 09:24:45 +02:00
|
|
|
go 1.16
|
2019-11-30 12:43:55 +01:00
|
|
|
|
2019-12-01 14:47:25 +01:00
|
|
|
require (
|
2020-10-11 17:09:39 +02:00
|
|
|
github.com/99designs/gqlgen v0.13.0
|
2020-10-05 18:34:41 +02:00
|
|
|
github.com/Masterminds/squirrel v1.4.0
|
2020-09-19 01:27:55 +02:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-10-04 11:50:03 +02:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
2020-10-05 18:34:41 +02:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-10-04 11:50:03 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.4
|
2020-09-28 20:37:25 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-10-04 11:50:03 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
2020-10-11 17:09:39 +02:00
|
|
|
github.com/vektah/gqlparser/v2 v2.1.0
|
2020-10-05 18:34:41 +02:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
2019-12-01 14:47:25 +01:00
|
|
|
)
|