-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 846 Bytes
/
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
module twfinder
go 1.18
require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/tarekbadrshalaan/anaconda v2.0.2+incompatible
github.com/tarekbadrshalaan/goStuff v1.1.1
go.uber.org/zap v1.23.0
)
require (
github.com/ChimeraCoder/anaconda v2.0.0+incompatible // indirect
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.23.0 // indirect
)