Skip to content

Commit 8b06eec

Browse files
authored
Merge pull request #56 from sacha-c/update-deps
chore(deps): update dependencies
2 parents b875edf + 571587e commit 8b06eec

File tree

5 files changed

+105
-166
lines changed

5 files changed

+105
-166
lines changed

go.mod

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,57 +3,52 @@ module sheriff
33
go 1.23.2
44

55
require (
6-
github.com/BurntSushi/toml v1.4.0
7-
github.com/elliotchance/pie/v2 v2.9.0
8-
github.com/go-git/go-git/v5 v5.12.0
9-
github.com/rs/zerolog v1.33.0
10-
github.com/slack-go/slack v0.15.0
11-
github.com/stretchr/testify v1.9.0
12-
github.com/urfave/cli/v2 v2.27.5
13-
github.com/xanzy/go-gitlab v0.112.0
6+
github.com/BurntSushi/toml v1.5.0
7+
github.com/elliotchance/pie/v2 v2.9.1
8+
github.com/go-git/go-git/v5 v5.16.2
9+
github.com/google/go-github/v68 v68.0.0
10+
github.com/rs/zerolog v1.34.0
11+
github.com/slack-go/slack v0.17.1
12+
github.com/stretchr/testify v1.10.0
13+
github.com/urfave/cli/v2 v2.27.7
14+
gitlab.com/gitlab-org/api/client-go v0.130.1
15+
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
16+
golang.org/x/sync v0.15.0
1417
)
1518

1619
require (
17-
dario.cat/mergo v1.0.0 // indirect
18-
github.com/Microsoft/go-winio v0.6.1 // indirect
19-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
20-
github.com/cloudflare/circl v1.3.7 // indirect
21-
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
22-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
20+
dario.cat/mergo v1.0.2 // indirect
21+
github.com/Microsoft/go-winio v0.6.2 // indirect
22+
github.com/ProtonMail/go-crypto v1.3.0 // indirect
23+
github.com/cloudflare/circl v1.6.1 // indirect
24+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
25+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2326
github.com/davecgh/go-spew v1.1.1 // indirect
2427
github.com/emirpasic/gods v1.18.1 // indirect
2528
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
26-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
27-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
28-
github.com/golang/protobuf v1.5.3 // indirect
29-
github.com/google/go-github/v68 v68.0.0 // indirect
29+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
30+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3031
github.com/google/go-querystring v1.1.0 // indirect
3132
github.com/gorilla/websocket v1.5.3 // indirect
3233
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
33-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
34+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
3435
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3536
github.com/kevinburke/ssh_config v1.2.0 // indirect
36-
github.com/mattn/go-colorable v0.1.13 // indirect
37+
github.com/mattn/go-colorable v0.1.14 // indirect
3738
github.com/mattn/go-isatty v0.0.20 // indirect
38-
github.com/pjbgf/sha1cd v0.3.0 // indirect
39+
github.com/pjbgf/sha1cd v0.3.2 // indirect
3940
github.com/pmezard/go-difflib v1.0.0 // indirect
4041
github.com/russross/blackfriday/v2 v2.1.0 // indirect
41-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
42-
github.com/skeema/knownhosts v1.2.2 // indirect
42+
github.com/sergi/go-diff v1.4.0 // indirect
43+
github.com/skeema/knownhosts v1.3.1 // indirect
4344
github.com/stretchr/objx v0.5.2 // indirect
4445
github.com/xanzy/ssh-agent v0.3.3 // indirect
4546
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
46-
golang.org/x/crypto v0.28.0 // indirect
47-
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
48-
golang.org/x/mod v0.21.0 // indirect
49-
golang.org/x/net v0.30.0 // indirect
50-
golang.org/x/oauth2 v0.6.0 // indirect
51-
golang.org/x/sync v0.8.0 // indirect
52-
golang.org/x/sys v0.26.0 // indirect
53-
golang.org/x/time v0.3.0 // indirect
54-
golang.org/x/tools v0.26.0 // indirect
55-
google.golang.org/appengine v1.6.7 // indirect
56-
google.golang.org/protobuf v1.29.1 // indirect
47+
golang.org/x/crypto v0.39.0 // indirect
48+
golang.org/x/net v0.41.0 // indirect
49+
golang.org/x/oauth2 v0.30.0 // indirect
50+
golang.org/x/sys v0.33.0 // indirect
51+
golang.org/x/time v0.12.0 // indirect
5752
gopkg.in/warnings.v0 v0.1.2 // indirect
5853
gopkg.in/yaml.v3 v3.0.1 // indirect
5954
)

0 commit comments

Comments
 (0)