-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
38 lines (36 loc) · 1.64 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/uw-labs/go-mono
go 1.14
require (
github.com/Masterminds/squirrel v1.4.0
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/containerd/containerd v1.3.4 // indirect
github.com/docker/docker v1.4.2-0.20200213202729-31a86c4ab209
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/go-git/go-git/v5 v5.0.0
github.com/golang-migrate/migrate/v4 v4.11.0
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.4.1
github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.0-beta.3
github.com/jackc/pgtype v1.3.0
github.com/jackc/pgx/v4 v4.6.0
github.com/luna-duclos/instrumentedsql v1.1.2
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pavius/impi v0.0.1
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tmthrgd/go-bindata v0.0.0-20190904063317-a4b65675e0fb
github.com/tmthrgd/go-rand v0.0.0-20190904060720-34764beea44d // indirect
github.com/uw-labs/podrick v0.4.1
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/tools v0.0.0-20200521211927-2b542361a4fc // indirect
google.golang.org/genproto v0.0.0-20200521103424-e9a78aa275b7
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.23.0
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
logur.dev/adapter/logrus v0.5.0
mvdan.cc/gofumpt v0.0.0-20200513141252-abc0db2c416a
)