aptok/go.mod
2024-09-08 19:01:18 +03:00

17 lines
569 B
Modula-2

module place.re128.org/ofs/aptok
go 1.13
require (
github.com/btcsuite/btcutil v1.0.2
github.com/captncraig/cors v0.0.0-20190703115713-e80254a89df1 // indirect
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/go-fed/httpsig v0.1.1-0.20200204213531-0ef28562fabe
github.com/gologme/log v1.2.0
github.com/gorilla/mux v1.7.4
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
github.com/writeas/go-webfinger v1.1.0 // indirect
github.com/writefreely/go-nodeinfo v1.2.0
gopkg.in/ini.v1 v1.62.0
)