Skip to content

Commit

Permalink
Merge pull request #88 from viccuad/pin-wg-policy
Browse files Browse the repository at this point in the history
deps: Pin wg-policy-prototypes
  • Loading branch information
viccuad committed Aug 7, 2023
2 parents 6636733 + bcec286 commit 1d613cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ linters:
- rowserrcheck
- sqlclosecheck
- wastedassign
# disabled because of replacement
- gomoddirectives

linters-settings:
cyclop:
Expand Down
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ require (
sigs.k8s.io/wg-policy-prototypes v0.0.0-20230505033312-51c21979086a
)

replace (
sigs.k8s.io/wg-policy-prototypes => sigs.k8s.io/wg-policy-prototypes v0.0.0-20230505033312-51c21979086a
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down

0 comments on commit 1d613cf

Please sign in to comment.