-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 905 Bytes
/
go.mod
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/sfomuseum/go-http-sfomuseum/v3
go 1.24.0
require (
github.com/aaronland/go-http-bootstrap v0.5.0
github.com/aaronland/go-http-server v1.5.0
github.com/aaronland/go-http-static v0.0.4
github.com/sfomuseum/go-flags v0.10.0
github.com/sfomuseum/go-http-rollup v0.0.3
github.com/sfomuseum/go-template v1.10.1
)
require (
github.com/aaronland/go-http-rewrite v1.1.1 // indirect
github.com/aaronland/go-roster v1.0.0 // indirect
github.com/akrylysov/algnhsa v1.1.0 // indirect
github.com/aws/aws-lambda-go v1.47.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/tdewolff/minify/v2 v2.20.32 // indirect
github.com/tdewolff/parse/v2 v2.7.14 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/net v0.33.0 // indirect
)