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.
golang-sdk/go.mod
2020-06-04 18:33:14 +02:00

10 lines
236 B
Modula-2

module github.com/tribalwarshelp/golang-sdk
go 1.14
require (
github.com/Kichiyaki/gqlgen-client v0.0.0-20200604145848-274796c104f4
github.com/pkg/errors v0.9.1
github.com/tribalwarshelp/shared v0.0.0-20200604161459-deeeccf99815
)