File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 => ./
Original file line number Diff line number Diff line change @@ -1405,6 +1405,7 @@ github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh
14051405github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU =
14061406github.com/matttproud/golang_protobuf_extensions v1.0.4 /go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4 =
14071407github.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 =
14081409github.com/mediocregopher/radix/v4 v4.0.0 /go.mod h1:ajchozX/6ELmydxWeWM6xCFHVpZ4+67LXHOTOVR0nCE =
14091410github.com/melbahja/goph v1.4.0 h1:z0PgDbBFe66lRYl3v5dGb9aFgPy0kotuQ37QOwSQFqs =
14101411github.com/melbahja/goph v1.4.0 /go.mod h1:uG+VfK2Dlhk+O32zFrRlc3kYKTlV6+BtvPWd/kK7U68 =
Original file line number Diff line number Diff 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 => ./
You can’t perform that action at this time.
0 commit comments