Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpz7 committed Sep 20, 2023
1 parent 762e567 commit 30ac39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

// athenz@v1.10.5 and onwards bundle encrypted signing keys with the source code.
// Because corporate proxies may block go get commands that pull in encrypted data,
// we replace athenz@v1.10.5 or later with athenz@v1.10.4.
// we replace athenz@v1.10.5 or later with athenz@v1.10.4
replace github.com/AthenZ/athenz v1.10.39 => github.com/AthenZ/athenz v1.10.4

require (
Expand Down

0 comments on commit 30ac39f

Please sign in to comment.