Skip to content
Snippets Groups Projects
Select Git revision
  • 9a10cacbf39978a143506d2c58eb811910f48f98
  • 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

docker-compose.yml

Blame
  • go.mod 1.59 KiB
    module github.com/iotaledger/goshimmer
    
    go 1.13
    
    require (
    	github.com/dgraph-io/badger v1.6.0
    	github.com/dgrijalva/jwt-go v3.2.0+incompatible
    	github.com/gdamore/tcell v1.3.0
    	github.com/go-zeromq/zmq4 v0.6.2
    	github.com/google/open-location-code/go v0.0.0-20190903173953-119bc96a3a51
    	github.com/gorilla/websocket v1.4.1
    	github.com/iotaledger/autopeering-sim v0.0.0-20191203092805-a1dd5954f3f6
    	github.com/iotaledger/hive.go v0.0.0-20191202111738-357cee7a1c37
    	github.com/iotaledger/iota.go v1.0.0-beta.10
    	github.com/labstack/echo v3.3.10+incompatible
    	github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
    	github.com/magiconair/properties v1.8.1
    	github.com/mattn/go-colorable v0.1.4 // indirect
    	github.com/mattn/go-isatty v0.0.10 // indirect
    	github.com/mattn/go-runewidth v0.0.6 // indirect
    	github.com/pelletier/go-toml v1.6.0 // indirect
    	github.com/pkg/errors v0.8.1
    	github.com/rivo/tview v0.0.0-20191121195645-2d957c4be01d
    	github.com/spf13/afero v1.2.2 // indirect
    	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    	github.com/spf13/pflag v1.0.5
    	github.com/valyala/fasttemplate v1.1.0 // indirect
    	go.uber.org/zap v1.13.0
    	golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
    	golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
    	golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933
    	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
    	golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
    	golang.org/x/tools v0.0.0-20191203134012-c197fd4bf371 // indirect
    	golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
    	gopkg.in/yaml.v2 v2.2.7 // indirect
    )