-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 666 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/kerbyj/goLazagne
go 1.17
require (
aqwari.net/xml v0.0.0-20210331023308-d9421b293817
github.com/aglyzov/charmap v0.0.0-20151220132847-945fb53710f2
github.com/buger/jsonparser v1.1.1
github.com/mattn/go-sqlite3 v1.14.8
github.com/tidwall/gjson v1.9.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
gopkg.in/ini.v1 v1.63.2
)
require (
github.com/stretchr/testify v1.7.0 // indirect
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/text v0.3.3 // indirect
)