forked from Nesvilab/philosopher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1 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
module philosopher
go 1.13
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-resty/resty/v2 v2.7.0
github.com/gorilla/websocket v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jpillora/go-ogle-analytics v0.0.0-20161213085824-14b04e0594ef
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.13
github.com/nlopes/slack v0.6.0
github.com/pierrre/archivefile v0.0.0-20170218184037-e2d100bc74f5
github.com/rogpeppe/go-charset v0.0.0-20190617161244-0dc95cdf6f31
github.com/ryanskidmore/parallel v0.0.1
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5
golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15 // indirect
golang.org/x/image v0.2.0 // indirect
golang.org/x/net v0.4.0 // indirect
gonum.org/v1/plot v0.12.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
)