forked from saintpete/logrole
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
38 lines (35 loc) · 1.7 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/kevinburke/logrole
go 1.19
require (
github.com/aristanetworks/goarista v0.0.0-20221101123548-fda6a90d1d2b
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/inconshreveable/log15 v0.0.0-20221122034931-555555054819
github.com/kevinburke/go-types v0.0.0-20210723172823-2deba1f80ba7
github.com/kevinburke/handlers v0.0.0-20221122041956-e19cda53bf92
github.com/kevinburke/nacl v0.0.0-20210405173606-cd9060f5f776
github.com/kevinburke/raven-go v0.0.0-20161009192639-b8684db99b33
github.com/kevinburke/rest v0.0.0-20210506044642-5611499aa33c
github.com/kevinburke/twilio-go v0.0.0-20221122012537-65f3dd7539e2
golang.org/x/oauth2 v0.2.1-0.20221117220629-ec4a9b2ff231
golang.org/x/sync v0.1.0
gopkg.in/yaml.v2 v2.4.0
)
require (
cloud.google.com/go/compute v1.12.1 // indirect
cloud.google.com/go/compute/metadata v0.2.1 // indirect
github.com/certifi/gocertifi v0.0.0-20210429200110-83314bf6d27c // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gofrs/uuid v4.3.1+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.2.1 // indirect
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a // indirect
golang.org/x/net v0.2.1-0.20221117215542-ecf7fda6a59e // indirect
golang.org/x/sys v0.2.1-0.20221110211117-d684c6f88669 // indirect
golang.org/x/term v0.2.0 // indirect
golang.org/x/text v0.4.1-0.20221110184632-c8236a6712b1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)