-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
32 lines (29 loc) · 1.38 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
module github.com/direct-connect/go-dcpp
go 1.12
require (
github.com/Shopify/go-lua v0.0.0-20181106184032-48449c60c0a9
github.com/beorn7/perks v1.0.0 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/direct-connect/go-dc v0.10.3
github.com/go-irc/irc v2.1.0+incompatible
github.com/hidal-go/hidalgo v0.0.0-20190420191634-c112d74960ad
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pelletier/go-toml v1.3.0 // indirect
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.3.0 // indirect
github.com/prometheus/procfs v0.0.0-20190416084830-8368d24ba045 // indirect
github.com/rakyll/statik v0.1.6
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.3.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
golang.org/x/sys v0.0.0-20190508220229-2d0786266e9c // indirect
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190509014725-d996b19ee77c // indirect
)
replace github.com/Shopify/go-lua => github.com/direct-connect/go-lua v0.0.0-20190505214648-cdda08bfc989