Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/google/addlicense v1.0.0
github.com/google/go-containerregistry v0.11.0
github.com/google/go-github/v45 v45.2.0
github.com/hacbs-contract/enterprise-contract-controller v0.0.0-20220810194619-d9a0d933355a
github.com/hacbs-contract/enterprise-contract-controller v0.0.0-20220929185557-60408d043c5d
github.com/hashicorp/go-multierror v1.1.1
github.com/in-toto/in-toto-golang v0.3.4-0.20220709202702-fa494aaa0add
github.com/leanovate/gopter v0.2.9
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2/go.mod h1:ZbS3MZTZq/apAfAEHGoB
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go.mod h1:6iZfnjpejD4L/4DwD7NryNaJyCQdzwWwH2MWhCA90Kw=
github.com/hacbs-contract/enterprise-contract-controller v0.0.0-20220810194619-d9a0d933355a h1:7yn771KATUmlWC7fMablXVQ5K23+KvVYgS2mtqkxGMI=
github.com/hacbs-contract/enterprise-contract-controller v0.0.0-20220810194619-d9a0d933355a/go.mod h1:HvkKDp1N58ymh+WAmsSDfZCc13dUhH8jigwKAlZXb+M=
github.com/hacbs-contract/enterprise-contract-controller v0.0.0-20220929185557-60408d043c5d h1:LLSroAuAJT31T8ih4YQPBIsjxBM4l5TJI3sWIjaXXW4=
github.com/hacbs-contract/enterprise-contract-controller v0.0.0-20220929185557-60408d043c5d/go.mod h1:HvkKDp1N58ymh+WAmsSDfZCc13dUhH8jigwKAlZXb+M=
github.com/hanwen/go-fuse v1.0.0/go.mod h1:unqXarDXqzAk0rt98O2tVndEPIpUgLD9+rwFisZH3Ok=
github.com/hanwen/go-fuse/v2 v2.0.3/go.mod h1:0EQM6aH2ctVpvZ6a+onrQ/vaykxh2GH7hy3e13vzTUY=
github.com/hanwen/go-fuse/v2 v2.1.0/go.mod h1:oRyA5eK+pvJyv5otpO/DgccS8y/RvYMaO00GgRLGryc=
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}