gitlab.nesad.fit.vutbr.cz/blended/libblended@v0.0.0-20221202124402-2bee159339df/go.mod (about)

     1  module gitlab.nesad.fit.vutbr.cz/blended/libblended
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/ethereum/go-ethereum v1.9.24
     7  	github.com/google/uuid v1.1.1
     8  	github.com/ipfs/go-ipfs-api v0.1.0
     9  	github.com/ipfs/go-ipfs-files v0.0.8
    10  	github.com/jinzhu/gorm v1.9.12
    11  	github.com/pkg/errors v0.9.1
    12  	github.com/stretchr/testify v1.5.1
    13  	github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
    14  )