12 lines
293 B
Modula-2
12 lines
293 B
Modula-2
module mcmillian.dev/go/pnut-bridge
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gabriel-vasile/mimetype v1.3.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/mitchellh/go-wordwrap v1.0.1
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
gopkg.in/ini.v1 v1.62.0
|
|
mcmillian.dev/go/woodstock v0.3.1
|
|
)
|