-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (46 loc) · 1.84 KB
/
go.mod
File metadata and controls
49 lines (46 loc) · 1.84 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module gonder
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/Supme/httpreloader v0.0.1
github.com/Supme/smtpSender v0.1.2
github.com/alyu/configparser v0.0.0-20191103060215-744e9a66e7bc
github.com/boombuler/barcode v1.0.1
github.com/go-sql-driver/mysql v1.8.1
github.com/gorilla/websocket v1.5.1
github.com/gravitational/tail v1.0.1
github.com/jmoiron/sqlx v1.3.5
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
github.com/mssola/user_agent v0.6.0
github.com/prometheus/client_golang v1.19.0
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible
github.com/tealeg/xlsx/v3 v3.3.5
golang.org/x/text v0.31.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
filippo.io/edwards25519 v1.1.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/emersion/go-msgauth v0.6.8 // indirect
github.com/frankban/quicktest v1.14.6 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.52.2 // indirect
github.com/prometheus/procfs v0.13.0 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/shabbyrobe/xmlwriter v0.0.0-20230525083848-85336ec334fa // indirect
github.com/tdewolff/test v1.0.10 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
go 1.24.0