2024-09-08 19:01:18 +03:00
|
|
|
module place.re128.org/ofs/aptok
|
2020-03-17 20:03:21 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2024-06-10 12:54:10 +03:00
|
|
|
github.com/btcsuite/btcutil v1.0.2
|
2020-03-17 20:03:21 +03:00
|
|
|
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
|
2024-06-10 12:54:10 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/smartystreets/goconvey v1.8.1 // indirect
|
2020-03-17 20:03:21 +03:00
|
|
|
github.com/writeas/go-webfinger v1.1.0 // indirect
|
|
|
|
github.com/writefreely/go-nodeinfo v1.2.0
|
2024-06-10 12:54:10 +03:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2020-03-17 20:03:21 +03:00
|
|
|
)
|