Skip to content
Snippets Groups Projects
Select Git revision
  • c9c83bd188ea373c538272aa8aab96a17cd62748
  • develop default protected
  • congestioncontrol
  • merge-v-data-collection-spammer-0.8.2
  • WIP-merge-v-data-collection-spammer-0.8.2
  • merge-v-data-collection-spammer-0.7.7
  • tmp
  • test-masterpow-fixing
  • test-masterpow
  • test-echo
  • v-data-collection
  • v-data-collection-spammer
  • tmp-dump-spam-info
  • dump-msg-info-0.3.1
  • test-dump-message-info
  • spammer-exprandom
  • extra/tutorial
  • without_tipselection
  • hacking-docker-network
  • hacking-docker-network-0.2.3
  • master
  • v0.2.3
22 results

go.mod

Blame
  • user avatar
    Hans Moog authored
    c9c83bd1
    History
    This project manages its dependencies using Go Modules. Learn more
    go.mod 1.93 KiB
    module github.com/iotaledger/goshimmer
    
    go 1.13
    
    require (
    	github.com/dgraph-io/badger/v2 v2.0.1
    	github.com/dgrijalva/jwt-go v3.2.0+incompatible
    	github.com/dgryski/go-farm v0.0.0-20191112170834-c2139c5d712b // indirect
    	github.com/gobuffalo/envy v1.8.1 // indirect
    	github.com/gobuffalo/logger v1.0.3
    	github.com/gobuffalo/packr/v2 v2.7.1
    	github.com/golang/protobuf v1.3.2
    	github.com/googollee/go-engine.io v1.4.3-0.20190924125625-798118fc0dd2
    	github.com/googollee/go-socket.io v1.4.3-0.20191204093753-683f8725b6d0
    	github.com/gorilla/websocket v1.4.1
    	github.com/iotaledger/hive.go v0.0.0-20200212114128-1460dba4a6b0
    	github.com/iotaledger/iota.go v1.0.0-beta.14
    	github.com/labstack/echo v3.3.10+incompatible
    	github.com/labstack/gommon v0.3.0 // indirect
    	github.com/magiconair/properties v1.8.1
    	github.com/mattn/go-colorable v0.1.4 // indirect
    	github.com/mattn/go-isatty v0.0.11 // indirect
    	github.com/mr-tron/base58 v1.1.3
    	github.com/oasislabs/ed25519 v0.0.0-20200206134218-2893bee822a3
    	github.com/panjf2000/ants/v2 v2.2.2
    	github.com/pelletier/go-toml v1.6.0 // indirect
    	github.com/pkg/errors v0.9.1
    	github.com/rogpeppe/go-internal v1.5.2 // indirect
    	github.com/spf13/afero v1.2.2 // indirect
    	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.6.1
    	github.com/stretchr/objx v0.2.0 // indirect
    	github.com/stretchr/testify v1.4.0
    	github.com/valyala/fasttemplate v1.1.0 // indirect
    	go.uber.org/atomic v1.5.1
    	go.uber.org/zap v1.13.0
    	golang.org/dl v0.0.0-20200212233958-09d79dcf4807 // indirect
    	golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
    	golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
    	golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
    	golang.org/x/text v0.3.2 // indirect
    	golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7 // indirect
    	gopkg.in/ini.v1 v1.51.1 // indirect
    	gopkg.in/yaml.v2 v2.2.7 // indirect
    )