-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 786 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/ilius/starcal-server
go 1.24.0
toolchain go1.24.1
require (
github.com/alexandrevicenzi/unchained v1.3.0
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/golang/mock v1.6.0
github.com/hhkbp2/go-logging v0.3.7
github.com/ilius/is/v2 v2.4.0
github.com/ilius/libgostarcal v1.0.0
github.com/ilius/mgo v0.0.0-20210523222948-287f01f7db87
github.com/ilius/ripo v0.0.0-20240224234150-1ad83b3e1b4e
github.com/julienschmidt/httprouter v1.3.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
)
require (
github.com/hhkbp2/go-strftime v0.0.0-20150709091403-d82166ec6782 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)