-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 938 Bytes
/
go.mod
File metadata and controls
32 lines (28 loc) · 938 Bytes
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
31
32
module github.com/akkuman/rotateproxy
go 1.21
require (
github.com/glebarez/sqlite v1.10.0
github.com/tidwall/gjson v1.18.0
golang.org/x/sync v0.5.0
gorm.io/gorm v1.25.5
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/glebarez/go-sqlite v1.22.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
modernc.org/libc v1.40.7 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/sqlite v1.28.0 // indirect
)
require (
github.com/fatih/color v1.16.0
golang.org/x/sys v0.16.0 // indirect
)