-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (42 loc) · 1.87 KB
/
go.mod
File metadata and controls
44 lines (42 loc) · 1.87 KB
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
39
40
41
42
43
44
module go.amplifyedge.org/shared-v2
go 1.15
require (
github.com/DataDog/zstd v1.4.8 // indirect
github.com/getsentry/sentry-go v0.10.0 // indirect
github.com/gobuffalo/flect v0.2.2 // indirect
github.com/gobuffalo/helpers v0.6.1 // indirect
github.com/gobuffalo/plush/v4 v4.1.0 // indirect
github.com/gobuffalo/validate/v3 v3.3.0 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.2.1 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/microcosm-cc/bluemonday v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/nyaruka/phonenumbers v1.0.66 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/prometheus/client_golang v1.9.0 // indirect
github.com/prometheus/common v0.18.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/pseudomuto/protoc-gen-doc v1.4.1
github.com/pseudomuto/protokit v0.2.0
github.com/rivo/uniseg v0.2.0 // indirect
github.com/ronaksoft/rony v0.5.29 // indirect
github.com/sirupsen/logrus v1.8.0 // indirect
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cobra v1.1.3 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
moul.io/assh/v2 v2.11.3
)