activityserve/go.mod

15 lines
386 B
Modula-2
Raw Normal View History

2020-03-17 13:03:21 -04:00
module github.com/writeas/activityserve
go 1.13
require (
github.com/captncraig/cors v0.0.0-20190703115713-e80254a89df1 // indirect
2024-08-30 17:23:04 -04:00
github.com/dchest/uniuri v1.2.0
2024-08-30 17:24:15 -04:00
github.com/go-fed/httpsig v1.1.0
2024-08-30 17:23:04 -04:00
github.com/gologme/log v1.3.0
github.com/gorilla/mux v1.8.1
2020-03-17 13:03:21 -04:00
github.com/writeas/go-webfinger v1.1.0 // indirect
github.com/writefreely/go-nodeinfo v1.2.0
2024-08-30 17:23:04 -04:00
gopkg.in/ini.v1 v1.67.0
2020-03-17 13:03:21 -04:00
)