-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 718 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/musingstudio/pherephone
go 1.21
toolchain go1.24.1
require (
github.com/gologme/log v1.3.0
github.com/writeas/activityserve v0.0.0-20240830214310-c451e1525408
)
require (
github.com/captncraig/cors v0.0.0-20190703115713-e80254a89df1 // indirect
github.com/dchest/uniuri v1.2.0 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/writeas/go-webfinger v1.1.0 // indirect
github.com/writefreely/go-nodeinfo v1.2.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)