all repos — paprika @ 9120dc31af6e8c5fd862b591f9f4efa90be347ef

go rewrite of taigabot

go.mod (view raw)

 1module git.icyphox.sh/paprika
 2
 3go 1.17
 4
 5require (
 6	github.com/dgraph-io/badger/v3 v3.2103.2
 7	github.com/dustin/go-humanize v1.0.0
 8	golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
 9	gopkg.in/irc.v3 v3.1.4
10)
11
12require (
13	github.com/cespare/xxhash v1.1.0 // indirect
14	github.com/cespare/xxhash/v2 v2.1.1 // indirect
15	github.com/dgraph-io/ristretto v0.1.0 // indirect
16	github.com/gogo/protobuf v1.3.2 // indirect
17	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
18	github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
19	github.com/golang/protobuf v1.3.1 // indirect
20	github.com/golang/snappy v0.0.3 // indirect
21	github.com/google/flatbuffers v1.12.1 // indirect
22	github.com/klauspost/compress v1.12.3 // indirect
23	github.com/pkg/errors v0.9.1 // indirect
24	go.opencensus.io v0.22.5 // indirect
25	golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
26)