-
Notifications
You must be signed in to change notification settings - Fork 26
/
go.mod
30 lines (26 loc) · 894 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
27
28
29
30
module github.com/patrickhener/goshs
go 1.21
toolchain go1.21.8
require (
github.com/go-acme/lego/v4 v4.16.1
github.com/google/go-github/v42 v42.0.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/sirupsen/logrus v1.9.3
golang.org/x/crypto v0.21.0
golang.org/x/net v0.23.0
software.sslmate.com/src/go-pkcs12 v0.4.0
)
require (
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/miekg/dns v1.1.58 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
)