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

11 lines
300 B
Modula-2
Raw Normal View History

2020-06-04 16:33:14 +00:00
module github.com/tribalwarshelp/golang-sdk
2021-02-23 17:06:22 +00:00
go 1.16
2020-06-04 16:33:14 +00:00
require (
2021-05-02 14:07:54 +00:00
github.com/Kichiyaki/goutil v0.0.0-20210502135617-7868852b90cc
2020-06-04 16:33:14 +00:00
github.com/Kichiyaki/gqlgen-client v0.0.0-20200604145848-274796c104f4
github.com/pkg/errors v0.9.1
2021-05-02 14:07:54 +00:00
github.com/tribalwarshelp/shared v0.0.0-20210502140609-e137bd656c94
2020-06-04 16:33:14 +00:00
)