gopher/go.mod

9 lines
223 B
Modula-2
Raw Normal View History

2019-06-09 01:02:10 +00:00
module within.website/gopher
2018-12-30 13:33:16 +00:00
require (
2019-06-09 01:02:10 +00:00
github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0
2018-12-30 13:33:16 +00:00
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
2019-06-09 00:57:17 +00:00
within.website/ln v0.6.0
2018-12-30 13:33:16 +00:00
)