pnut-bridge/go.mod

11 lines
245 B
Modula-2
Raw Normal View History

2021-07-02 23:32:03 +00:00
module git.sr.ht/~thrrgilag/pnut-bridge
go 1.16
require (
git.sr.ht/~thrrgilag/woodstock v0.0.0-20210613221914-3b9e0ef92799
github.com/gorilla/websocket v1.4.2
github.com/smartystreets/goconvey v1.6.4 // indirect
gopkg.in/ini.v1 v1.62.0
)