15 lines
416 B
Modula-2
15 lines
416 B
Modula-2
module github.com/writeas/activityserve
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/captncraig/cors v0.0.0-20190703115713-e80254a89df1 // indirect
|
|
github.com/dchest/uniuri v1.2.0
|
|
github.com/go-fed/httpsig v0.1.1-0.20200204213531-0ef28562fabe
|
|
github.com/gologme/log v1.3.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/writeas/go-webfinger v1.1.0 // indirect
|
|
github.com/writefreely/go-nodeinfo v1.2.0
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|