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

module github.com/tribalwarshelp/golang-sdk
go 1.16
require (
github.com/Kichiyaki/goutil v0.0.0-20210502135617-7868852b90cc
github.com/Kichiyaki/gqlgen-client v0.0.0-20200604145848-274796c104f4
github.com/pkg/errors v0.9.1
github.com/tribalwarshelp/shared v0.0.0-20210502140609-e137bd656c94
)