forked from iotaledger/hornet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
56 lines (54 loc) · 2.35 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
module github.com/gohornet/hornet
go 1.15
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200506085104-5ee50844ed64
github.com/fhmq/hmq v0.0.0-20200826092422-b8bacb4c3d2c
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-contrib/gzip v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-echarts/go-echarts v1.0.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-zeromq/zmq4 v0.12.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/iotaledger/hive.go v0.0.0-20201016154508-2514b782563a
github.com/iotaledger/iota.go v1.0.0-beta.15.0.20201113171647-14f7a0d87712
github.com/kr/pretty v0.2.1 // indirect
github.com/labstack/echo/v4 v4.1.17
github.com/labstack/gommon v0.3.0
github.com/mitchellh/mapstructure v1.3.3
github.com/mr-tron/base58 v1.2.0
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/projectcalico/libcalico-go v3.9.0-0.dev+incompatible
github.com/prometheus/client_golang v1.8.0
github.com/shirou/gopsutil v2.20.9+incompatible
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/willf/bitset v1.1.11
gitlab.com/powsrv.io/go/client v0.0.0-20200807151725-8bc5209c1820
go.etcd.io/bbolt v1.3.5
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/tools v0.0.0-20201021171030-d105bfabbdbe // indirect
google.golang.org/genproto v0.0.0-20201021134325-0d71844de594 // indirect
google.golang.org/grpc v1.33.1 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)