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.
shared/go.mod

14 lines
393 B
Modula-2

module github.com/tribalwarshelp/shared
go 1.16
require (
github.com/go-pg/pg/v10 v10.7.3
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/vmihailenco/msgpack/v5 v5.1.4 // indirect
go.opentelemetry.io/otel v0.15.0 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
)