-
-
Notifications
You must be signed in to change notification settings - Fork 409
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 542 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (16 loc) · 542 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/maxence-charriere/go-app/v11
go 1.26.0
require (
github.com/SherClockHolmes/webpush-go v1.4.0
github.com/gomarkdown/markdown v0.0.0-20260417124207-7d523f7318df
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.53.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.50.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)