-
Hans Moog authored
* Feat: updated hive.go * Feat: started refactoring parsing of entities * Feat: first changes due to hive.go new marshaling logic * Feat: fixed MessageMetadata * Feat: fixed Approver * Feat: updated MissingMessage * Feat: started updating first branch models * Feat: ported ConflictSet * Fix: fixed bug with Conflict * Fix: fixed some issues * Fix: fixed branchmanager refactor * Feat: refactored payload marshaling * Feat: finished reworking PayloadMetadata * Feat: finished refactoring PayloadApprover * Fix: fixed some more models * Feat: fixed some more issues * Fix: one model left :P * Fix: fixed last model * Feat: fixed test * Fix: fixed unused var bug due to debug * Feat: fixed something in faucet payload * Fix: fixed some issues * Fix: fixed a bug in the refactor * Feat: added debug output if error in drng test *
Update drand docker image Co-authored-by:Hans Moog <hm@mkjc.net> Co-authored-by:
capossele <angelocapossele@gmail.com>
Hans Moog authored* Feat: updated hive.go * Feat: started refactoring parsing of entities * Feat: first changes due to hive.go new marshaling logic * Feat: fixed MessageMetadata * Feat: fixed Approver * Feat: updated MissingMessage * Feat: started updating first branch models * Feat: ported ConflictSet * Fix: fixed bug with Conflict * Fix: fixed some issues * Fix: fixed branchmanager refactor * Feat: refactored payload marshaling * Feat: finished reworking PayloadMetadata * Feat: finished refactoring PayloadApprover * Fix: fixed some more models * Feat: fixed some more issues * Fix: one model left :P * Fix: fixed last model * Feat: fixed test * Fix: fixed unused var bug due to debug * Feat: fixed something in faucet payload * Fix: fixed some issues * Fix: fixed a bug in the refactor * Feat: added debug output if error in drng test *
Update drand docker image Co-authored-by:Hans Moog <hm@mkjc.net> Co-authored-by:
capossele <angelocapossele@gmail.com>
This project manages its dependencies using Go Modules.
Learn more
go.mod 1.32 KiB
module github.com/iotaledger/goshimmer
go 1.14
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/dgraph-io/badger/v2 v2.0.3
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/drand/drand v1.1.1
github.com/drand/kyber v1.1.2
github.com/gin-gonic/gin v1.6.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gobuffalo/packr/v2 v2.8.0
github.com/golang/protobuf v1.4.2
github.com/gorilla/websocket v1.4.2
github.com/iotaledger/hive.go v0.0.0-20200910101329-33de3e2e05c6
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0
github.com/magiconair/properties v1.8.1
github.com/mr-tron/base58 v1.2.0
github.com/panjf2000/ants/v2 v2.4.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.0
github.com/shirou/gopsutil v2.20.5+incompatible
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/valyala/fasttemplate v1.1.0 // indirect
go.dedis.ch/kyber/v3 v3.0.12
go.mongodb.org/mongo-driver v1.3.4
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/tools v0.0.0-20200330040139-fa3cc9eebcfe // indirect
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0
gopkg.in/src-d/go-git.v4 v4.13.1
)