pnut-bridge/go.mod

13 lines
353 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-20210714032038-b22c4f10cc34
github.com/gabriel-vasile/mimetype v1.3.1 // indirect
2021-07-02 23:32:03 +00:00
github.com/gorilla/websocket v1.4.2
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
2021-07-02 23:32:03 +00:00
github.com/smartystreets/goconvey v1.6.4 // indirect
gopkg.in/ini.v1 v1.62.0
)