-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
25 lines (21 loc) · 818 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
module gendesk
go 1.22.0
toolchain go1.22.2
require (
github.com/unknwon/goconfig v1.0.0
github.com/xyproto/env/v2 v2.5.0
github.com/xyproto/textoutput v1.16.6
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
golang.org/x/net v0.28.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d // indirect
github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/xyproto/burnfont v1.2.3 // indirect
github.com/xyproto/vt100 v1.14.5 // indirect
golang.org/x/sys v0.24.0 // indirect
)