-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.mod
29 lines (26 loc) · 1011 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
25
26
27
28
29
module github.com/zhenorzz/goploy-agent
go 1.18
require (
github.com/go-co-op/gocron v1.9.0
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/gorilla/schema v1.2.0
github.com/hashicorp/go-version v1.3.0
github.com/pelletier/go-toml/v2 v2.0.0-beta.4
gopkg.in/go-playground/validator.v9 v9.31.0
zombiezen.com/go/sqlite v0.9.2
)
require (
github.com/google/uuid v1.3.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
modernc.org/libc v1.14.5 // indirect
modernc.org/mathutil v1.4.1 // indirect
modernc.org/memory v1.0.5 // indirect
modernc.org/sqlite v1.14.5 // indirect
)