Manually add modules that refuse to be added automatically
This commit is contained in:
parent
0047eefef4
commit
beeec3c475
2
go.mod
2
go.mod
|
@ -17,12 +17,14 @@ require (
|
|||
github.com/elgatito/upnp v0.0.0-20180711183757-2f244d205f9a
|
||||
github.com/fsnotify/fsnotify v1.4.7
|
||||
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
|
||||
github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd
|
||||
github.com/gosuri/uiprogress v0.0.0-20170224063937-d0567a9d84a1
|
||||
github.com/ipfs/go-ipfs v0.4.18 // indirect
|
||||
github.com/jessevdk/go-flags v1.4.0
|
||||
github.com/mattn/go-sqlite3 v1.10.0
|
||||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
|
||||
github.com/pkg/errors v0.8.0
|
||||
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
|
||||
github.com/stretchr/testify v1.2.2
|
||||
github.com/willf/bitset v1.1.9 // indirect
|
||||
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
|
||||
|
|
Loading…
Reference in New Issue