-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.28 KB
/
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
30
31
32
module github.com/axelrindle/proxyguy
go 1.22.3
require (
github.com/caarlos0/env/v10 v10.0.0
github.com/creasty/defaults v1.7.0
github.com/darren/gpac v0.0.0-20210609082804-b56d6523a3af
github.com/magiconair/properties v1.8.7
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.26.0
gobn.github.io/coalesce v1.0.2
gopkg.in/elazarl/goproxy.v1 v1.0.0-20180725130230-947c36da3153
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dop251/goja v0.0.0-20210427212725-462d53687b0d // indirect
github.com/elazarl/goproxy v0.0.0-20231017160920-1fe6677f404d // indirect
github.com/elazarl/goproxy/ext v0.0.0-20231017160920-1fe6677f404d // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)