-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (20 loc) · 785 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
module gohmi
go 1.22.0
require (
github.com/danomagnum/admin v0.0.0-20240305035612-52a6d1b7424e
github.com/danomagnum/gologix v0.27.0-beta
github.com/nikolalohinski/gonja/v2 v2.3.3
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gorilla/schema v1.4.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/npat-efault/crc16 v0.0.0-20161013170008-4128ccbe47c3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
)