-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 686 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 686 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
module github.com/arthurweinmann/go-https-hug
go 1.20
require (
github.com/VictoriaMetrics/fastcache v1.12.1
github.com/go-acme/lego/v4 v4.12.3
github.com/gorilla/websocket v1.4.2
golang.org/x/net v0.8.0
golang.org/x/sys v0.6.0
)
require (
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/miekg/dns v1.1.50 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
)