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

12 lines
337 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/go-redis/redis/v8 v8.0.0-beta.7 // indirect
github.com/pkg/errors v0.9.1
github.com/tribalwarshelp/shared v0.0.0-20201106181031-7c5891c02013
go.opentelemetry.io/otel v0.9.0 // indirect
)