Skip to content

Commit 81cfc71

Browse files
author
mcbloch
committed
try alternative replace rule
1 parent 3e5749c commit 81cfc71

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,5 @@ require (
207207
nhooyr.io/websocket v1.8.6 // indirect
208208
pluginrpc.com/pluginrpc v0.5.0 // indirect
209209
)
210+
211+
replace github.com/ctfer-io/chall-manager => ./

go.work.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh
14051405
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
14061406
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
14071407
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k=
1408+
github.com/mcbloch/chall-manager v0.0.0-20260218021718-3e5749cb9877/go.mod h1:68ZrY7KlEhFTm3iic4z3+rK1kjfHePwLgfC4z0KhmDM=
14081409
github.com/mediocregopher/radix/v4 v4.0.0/go.mod h1:ajchozX/6ELmydxWeWM6xCFHVpZ4+67LXHOTOVR0nCE=
14091410
github.com/melbahja/goph v1.4.0 h1:z0PgDbBFe66lRYl3v5dGb9aFgPy0kotuQ37QOwSQFqs=
14101411
github.com/melbahja/goph v1.4.0/go.mod h1:uG+VfK2Dlhk+O32zFrRlc3kYKTlV6+BtvPWd/kK7U68=

sdk/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,5 @@ require (
145145
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
146146
sigs.k8s.io/yaml v1.6.0 // indirect
147147
)
148+
149+
replace github.com/ctfer-io/chall-manager/sdk => ./

0 commit comments

Comments
 (0)