Skip to content

Commit

Permalink
fix get build 403
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zhao <[email protected]>
  • Loading branch information
PetrusZ committed Jul 2, 2024
1 parent 49e5098 commit ad70ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
github.com/jinzhu/copier v0.3.5
github.com/jinzhu/now v1.1.5
github.com/juju/ratelimit v1.0.2
github.com/koderover/gojenkins v1.5.2
github.com/koderover/gojenkins v1.5.3
github.com/larksuite/oapi-sdk-go/v3 v3.0.10
github.com/magiconair/properties v1.8.5
github.com/mholt/archiver v3.1.1+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@ github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgo
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/klauspost/cpuid/v2 v2.2.4 h1:acbojRNwl3o09bUq+yDCtZFc1aiwaAAxtcn8YkZXnvk=
github.com/klauspost/cpuid/v2 v2.2.4/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY=
github.com/koderover/gojenkins v1.5.2 h1:P8xVAd/g+FR2bLAZSr+tTyDqGNUltA8yCWYA77PV9U0=
github.com/koderover/gojenkins v1.5.2/go.mod h1:XTLwVFTEB6tNV2cK+TQBKkY2Z6TVbueQIMaVii8T3CE=
github.com/koderover/gojenkins v1.5.3 h1:n99ZnepNNRA+m1S8Nbi2KGAWjrl56DGpxdd12IT7arI=
github.com/koderover/gojenkins v1.5.3/go.mod h1:XTLwVFTEB6tNV2cK+TQBKkY2Z6TVbueQIMaVii8T3CE=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kortschak/utter v1.0.1/go.mod h1:vSmSjbyrlKjjsL71193LmzBOKgwePk9DH6uFaWHIInc=
Expand Down

0 comments on commit ad70ada

Please sign in to comment.