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

10 lines
236 B
Modula-2
Raw Normal View History

2020-06-04 16:33:14 +00:00
module github.com/tribalwarshelp/golang-sdk
2021-01-06 16:30:27 +00:00
go 1.15
2020-06-04 16:33:14 +00:00
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-20210115163415-972e2df3f7db
2020-06-04 16:33:14 +00:00
)