Skip to content

Commit b4da9d5

Browse files
authored
chore: upgrade deps (#106)
1 parent 6d2830f commit b4da9d5

File tree

2 files changed

+135
-20
lines changed

2 files changed

+135
-20
lines changed

go.mod

+27-20
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,44 @@ module anonymousoverflow
33
go 1.19
44

55
require (
6-
github.com/PuerkitoBio/goquery v1.8.0
6+
github.com/PuerkitoBio/goquery v1.9.1
77
github.com/alecthomas/chroma v0.10.0
8-
github.com/gin-gonic/gin v1.8.2
9-
github.com/go-resty/resty/v2 v2.7.0
10-
github.com/golang-jwt/jwt/v4 v4.4.3
11-
github.com/joho/godotenv v1.4.0
8+
github.com/gin-gonic/gin v1.9.1
9+
github.com/go-resty/resty/v2 v2.12.0
10+
github.com/golang-jwt/jwt/v4 v4.5.0
11+
github.com/joho/godotenv v1.5.1
1212
)
1313

1414
require (
15-
github.com/andybalholm/cascadia v1.3.1 // indirect
15+
github.com/andybalholm/cascadia v1.3.2 // indirect
16+
github.com/bytedance/sonic v1.11.3 // indirect
17+
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
18+
github.com/chenzhuoyu/iasm v0.9.1 // indirect
1619
github.com/davecgh/go-spew v1.1.1 // indirect
17-
github.com/dlclark/regexp2 v1.7.0 // indirect
20+
github.com/dlclark/regexp2 v1.11.0 // indirect
21+
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
1822
github.com/gin-contrib/sse v0.1.0 // indirect
19-
github.com/go-playground/locales v0.14.0 // indirect
20-
github.com/go-playground/universal-translator v0.18.0 // indirect
21-
github.com/go-playground/validator/v10 v10.11.1 // indirect
22-
github.com/goccy/go-json v0.10.0 // indirect
23+
github.com/go-playground/locales v0.14.1 // indirect
24+
github.com/go-playground/universal-translator v0.18.1 // indirect
25+
github.com/go-playground/validator/v10 v10.19.0 // indirect
26+
github.com/goccy/go-json v0.10.2 // indirect
2327
github.com/json-iterator/go v1.1.12 // indirect
24-
github.com/leodido/go-urn v1.2.1 // indirect
25-
github.com/mattn/go-isatty v0.0.16 // indirect
28+
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
29+
github.com/leodido/go-urn v1.4.0 // indirect
30+
github.com/mattn/go-isatty v0.0.20 // indirect
2631
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2732
github.com/modern-go/reflect2 v1.0.2 // indirect
28-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
33+
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
2934
github.com/pmezard/go-difflib v1.0.0 // indirect
3035
github.com/stretchr/testify v1.9.0 // indirect
31-
github.com/ugorji/go/codec v1.2.8 // indirect
32-
golang.org/x/crypto v0.4.0 // indirect
33-
golang.org/x/net v0.7.0 // indirect
34-
golang.org/x/sys v0.5.0 // indirect
35-
golang.org/x/text v0.7.0 // indirect
36-
google.golang.org/protobuf v1.28.1 // indirect
36+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
37+
github.com/ugorji/go/codec v1.2.12 // indirect
38+
golang.org/x/arch v0.7.0 // indirect
39+
golang.org/x/crypto v0.22.0 // indirect
40+
golang.org/x/net v0.24.0 // indirect
41+
golang.org/x/sys v0.19.0 // indirect
42+
golang.org/x/text v0.14.0 // indirect
43+
google.golang.org/protobuf v1.33.0 // indirect
3744
gopkg.in/yaml.v2 v2.4.0 // indirect
3845
gopkg.in/yaml.v3 v3.0.1 // indirect
3946
)

0 commit comments

Comments
 (0)