FinalCommander/go.mod

10 lines
189 B
Modula-2
Raw Normal View History

2022-01-16 12:49:45 +00:00
module git.gammaspectra.live/S.O.N.G/FinalCommander
go 1.14
require (
github.com/ipfs/go-cid v0.1.0
github.com/mroth/weightedrand v0.4.1
github.com/multiformats/go-multihash v0.0.15
)