-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (25 loc) · 857 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/raminhz90/esm
go 1.20
require (
github.com/cheggaaa/pb v1.0.29
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/jessevdk/go-flags v1.5.0
github.com/mattn/go-isatty v0.0.19
github.com/parnurzeal/gorequest v0.2.16
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)
require (
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
github.com/valyala/fasthttp v1.48.0
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
moul.io/http2curl v1.0.0 // indirect
)