github.com/SimplyVC/oasis_api_server/src@v0.0.0-20220105202803-ad2c5a67840e/go.mod (about)

     1  module github.com/SimplyVC/oasis_api_server/src
     2  
     3  go 1.15
     4  
     5  replace (
     6  	github.com/tendermint/tendermint => github.com/oasisprotocol/tendermint v0.34.9-oasis2
     7  	golang.org/x/crypto/curve25519 => github.com/oasisprotocol/ed25519/extra/x25519 v0.0.0-20210127160119-f7017427c1ea
     8  	golang.org/x/crypto/ed25519 => github.com/oasisprotocol/ed25519 v0.0.0-20210127160119-f7017427c1ea
     9  )
    10  
    11  require (
    12  	github.com/claudetech/ini v0.0.0-20140910072410-73e6100d9d51
    13  	github.com/gorilla/mux v1.7.4
    14  	github.com/mackerelio/go-osstat v0.1.0
    15  	github.com/oasisprotocol/oasis-core/go v0.2103.7
    16  	github.com/prometheus/common v0.31.0
    17  	github.com/tendermint/tendermint v0.34.9
    18  	github.com/zenazn/goji v0.9.0
    19  	google.golang.org/grpc v1.41.0
    20  )