-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 814 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/MagicalTux/goro
go 1.23.1
require (
github.com/KarpelesLab/strftime v1.0.0
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/gijsbers/go-pcre v0.0.0-20161214203829-a84f3096ab3c
golang.org/x/crypto v0.31.0
)
require (
github.com/cactus/gostrftime v1.0.2 // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/leekchan/timeutil v0.0.0-20150802142658-28917288c48d // indirect
github.com/lestrrat-go/strftime v1.1.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tebeka/strftime v0.1.5 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)