-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathgo.mod
18 lines (17 loc) · 708 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/Equanox/gotron
require (
github.com/Benchkram/errz v0.0.0-20180825145403-619d291cb54f
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.4.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/otiai10/copy v1.0.1
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/zerolog v1.11.0
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/termie/go-shutil v0.0.0-20140729215957-bcacb06fecae
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
)