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
439 B
Modula-2
Raw Normal View History

2020-06-02 06:06:35 +00:00
module github.com/tribalwarshelp/shared
2021-02-23 17:09:04 +00:00
go 1.16
2020-07-28 10:24:44 +00:00
require (
github.com/Kichiyaki/go-php-serialize v0.0.0-20200601110855-47b6982acf83
2021-05-21 20:50:55 +00:00
github.com/Kichiyaki/gopgutil/v10 v10.0.0-20210521204542-cc672e361b3d
github.com/go-pg/pg/v10 v10.10.2
2020-10-31 10:57:53 +00:00
github.com/pkg/errors v0.9.1
2021-04-23 19:00:57 +00:00
github.com/vmihailenco/msgpack/v5 v5.3.1 // indirect
go.opentelemetry.io/otel v0.20.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
2020-07-28 10:24:44 +00:00
)