Skip to content

Commit 0eda99a

Browse files
update deps
1 parent fd21301 commit 0eda99a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ require (
1616
github.com/PuerkitoBio/goquery v1.10.1 // indirect
1717
github.com/andybalholm/cascadia v1.3.3 // indirect
1818
github.com/cespare/xxhash/v2 v2.3.0 // indirect
19-
github.com/dgraph-io/ristretto v1.0.0 // indirect
2019
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
2120
github.com/dustin/go-humanize v1.0.1 // indirect
22-
github.com/gogo/protobuf v1.3.2 // indirect
2321
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
24-
github.com/golang/protobuf v1.5.4 // indirect
2522
github.com/google/flatbuffers v25.1.21+incompatible // indirect
26-
github.com/google/go-cmp v0.6.0 // indirect
2723
github.com/joho/godotenv v1.5.1 // indirect
2824
github.com/json-iterator/go v1.1.12 // indirect
2925
github.com/klauspost/compress v1.17.11 // indirect
@@ -35,7 +31,7 @@ require (
3531
golang.org/x/net v0.34.0 // indirect
3632
golang.org/x/sys v0.29.0 // indirect
3733
golang.org/x/text v0.21.0 // indirect
38-
google.golang.org/protobuf v1.36.3 // indirect
34+
google.golang.org/protobuf v1.36.4 // indirect
3935
gopkg.in/yaml.v3 v3.0.1 // indirect
4036
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
4137
)

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGm
246246
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
247247
google.golang.org/protobuf v1.36.3 h1:82DV7MYdb8anAVi3qge1wSnMDrnKK7ebr+I0hHRN1BU=
248248
google.golang.org/protobuf v1.36.3/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
249+
google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM=
250+
google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
249251
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
250252
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
251253
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)