Skip to content

Commit 01c2b9f

Browse files
authored
Merge pull request #5 from pingc0y/dependabot/go_modules/src/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.2.0 to 0.7.0 in /src
2 parents 62617af + 3aa33b5 commit 01c2b9f

File tree

1 file changed

+10
-29
lines changed

1 file changed

+10
-29
lines changed

src/go.mod

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,28 @@ module go_proxy_pool
33
go 1.19
44

55
require (
6-
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
7-
github.com/chromedp/cdproto v0.0.0-20221108233440-fad8339618ab // indirect
8-
github.com/chromedp/chromedp v0.8.6 // indirect
9-
github.com/chromedp/sysutil v1.0.0 // indirect
10-
github.com/djimenez/iconv-go v0.0.0-20160305225143-8960e66bd3da // indirect
11-
github.com/fsnotify/fsnotify v1.6.0 // indirect
6+
github.com/gin-gonic/gin v1.8.1
7+
gopkg.in/yaml.v2 v2.4.0
8+
)
9+
10+
require (
1211
github.com/gin-contrib/sse v0.1.0 // indirect
13-
github.com/gin-gonic/gin v1.8.1 // indirect
1412
github.com/go-playground/locales v0.14.0 // indirect
1513
github.com/go-playground/universal-translator v0.18.0 // indirect
1614
github.com/go-playground/validator/v10 v10.11.1 // indirect
17-
github.com/gobwas/httphead v0.1.0 // indirect
18-
github.com/gobwas/pool v0.2.1 // indirect
19-
github.com/gobwas/ws v1.1.0 // indirect
2015
github.com/goccy/go-json v0.9.11 // indirect
21-
github.com/hashicorp/hcl v1.0.0 // indirect
22-
github.com/jasonlvhit/gocron v0.0.1 // indirect
23-
github.com/josharian/intern v1.0.0 // indirect
16+
github.com/google/go-cmp v0.5.9 // indirect
2417
github.com/json-iterator/go v1.1.12 // indirect
2518
github.com/leodido/go-urn v1.2.1 // indirect
26-
github.com/magiconair/properties v1.8.6 // indirect
27-
github.com/mailru/easyjson v0.7.7 // indirect
2819
github.com/mattn/go-isatty v0.0.16 // indirect
29-
github.com/mitchellh/mapstructure v1.5.0 // indirect
3020
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3121
github.com/modern-go/reflect2 v1.0.2 // indirect
32-
github.com/pelletier/go-toml v1.9.5 // indirect
3322
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
34-
github.com/spf13/afero v1.9.2 // indirect
35-
github.com/spf13/cast v1.5.0 // indirect
36-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
37-
github.com/spf13/pflag v1.0.5 // indirect
38-
github.com/spf13/viper v1.14.0 // indirect
39-
github.com/subosito/gotenv v1.4.1 // indirect
23+
github.com/stretchr/testify v1.8.1 // indirect
4024
github.com/ugorji/go/codec v1.2.7 // indirect
4125
golang.org/x/crypto v0.2.0 // indirect
42-
golang.org/x/net v0.2.0 // indirect
43-
golang.org/x/sys v0.2.0 // indirect
44-
golang.org/x/text v0.4.0 // indirect
26+
golang.org/x/net v0.7.0 // indirect
27+
golang.org/x/sys v0.5.0 // indirect
28+
golang.org/x/text v0.7.0 // indirect
4529
google.golang.org/protobuf v1.28.1 // indirect
46-
gopkg.in/ini.v1 v1.67.0 // indirect
47-
gopkg.in/yaml.v2 v2.4.0 // indirect
48-
gopkg.in/yaml.v3 v3.0.1 // indirect
4930
)

0 commit comments

Comments
 (0)