Skip to content

Commit e1c4cf4

Browse files
chore(deps): bump github.com/revanite-io/sci in the dependencies group
Bumps the dependencies group with 1 update: [github.com/revanite-io/sci](https://github.com/revanite-io/sci). Updates `github.com/revanite-io/sci` from 0.1.8 to 0.1.9 - [Release notes](https://github.com/revanite-io/sci/releases) - [Commits](gemaraproj/gemara@v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: github.com/revanite-io/sci dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c33275c commit e1c4cf4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ module github.com/privateerproj/privateer
22

33
go 1.23.4
44

5+
toolchain go1.24.1
6+
57
require (
68
github.com/go-git/go-git/v5 v5.14.0
79
github.com/hashicorp/go-hclog v1.6.3
810
github.com/hashicorp/go-plugin v1.6.3
911
github.com/privateerproj/privateer-sdk v1.0.2
10-
github.com/revanite-io/sci v0.1.8
12+
github.com/revanite-io/sci v0.1.9
1113
github.com/spf13/cobra v1.9.1
1214
github.com/spf13/viper v1.19.0
1315
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
103103
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
104104
github.com/privateerproj/privateer-sdk v1.0.2 h1:G0+Hwj6MUVU8qZgWZ0WOOT0XXLCiWWsE54a+uHbODTo=
105105
github.com/privateerproj/privateer-sdk v1.0.2/go.mod h1:1YaDyG5uTqdsIftha1aQJGtZdad4W4DuTt6+IbXs1b4=
106-
github.com/revanite-io/sci v0.1.8 h1:JmVHJu2TX42WlNEVtOufxmyCi8PYXEZmXfk2ClfYsnI=
107-
github.com/revanite-io/sci v0.1.8/go.mod h1:KNBMtb28TKYJ0aq6P0jX1XaIBYQdAziTvnI7uU2H+5Q=
106+
github.com/revanite-io/sci v0.1.9 h1:DnQ3NB1pqLhbRFYUM6CoA6hYbIJtRas1M6bJbsWL5VA=
107+
github.com/revanite-io/sci v0.1.9/go.mod h1:KNBMtb28TKYJ0aq6P0jX1XaIBYQdAziTvnI7uU2H+5Q=
108108
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
109109
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
110110
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=

0 commit comments

Comments
 (0)