This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
api/go.mod

29 lines
1.2 KiB
Modula-2
Raw Normal View History

2020-06-02 15:45:21 +00:00
module github.com/tribalwarshelp/api
go 1.16
2020-06-02 15:45:21 +00:00
require (
2020-11-06 19:23:12 +00:00
github.com/99designs/gqlgen v0.13.0
github.com/Kichiyaki/appmode v0.0.0-20210502105643-0a26207c548d
github.com/Kichiyaki/gin-logrus v0.0.0-20210428175948-4f47ab6231a6
github.com/Kichiyaki/go-pg-logrus-query-logger/v10 v10.0.0-20210428180109-fb97298564d9
github.com/Kichiyaki/gopgutil/v10 v10.0.0-20210521204542-cc672e361b3d
github.com/Kichiyaki/goutil v0.0.0-20210727060523-b40a549d5a72
github.com/agnivade/levenshtein v1.1.0 // indirect
2020-07-04 12:45:28 +00:00
github.com/gin-contrib/cors v1.3.1
2021-04-24 13:27:05 +00:00
github.com/gin-gonic/gin v1.6.3
github.com/go-pg/pg/v10 v10.10.3
github.com/hashicorp/golang-lru v0.5.4 // indirect
2020-06-02 15:45:21 +00:00
github.com/joho/godotenv v1.3.0
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/onsi/gomega v1.10.4 // indirect
2020-06-02 15:45:21 +00:00
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/tribalwarshelp/map-generator v0.0.0-20210723120929-87acb40a7a24
github.com/tribalwarshelp/shared v0.0.0-20210723104616-9fe0aafafeb6
2020-11-06 19:23:12 +00:00
github.com/vektah/gqlparser/v2 v2.1.0
go.opentelemetry.io/otel v0.20.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2020-06-02 15:45:21 +00:00
)