File tree Expand file tree Collapse file tree 4 files changed +19
-13
lines changed
github.com/duosecurity/duo_api_golang/admin Expand file tree Collapse file tree 4 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/bensallen/duocli
22
33go 1.24
44
5+ replace github.com/duosecurity/duo_api_golang => github.com/bensallen/duo_api_golang v0.0.0-20251020234356-c1607aec6ca5
6+
57require (
68 github.com/duosecurity/duo_api_golang v0.0.0-20250430191550-ac36954387e7
79 github.com/urfave/cli/v2 v2.3.0
Original file line number Diff line number Diff line change 11github.tiyicn.workers.dev/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
2+ github.com/bensallen/duo_api_golang v0.0.0-20251020234356-c1607aec6ca5 h1:m+AXpeLIQdsydZhE17wNRRjWdzD2mLsQY0nFmUPP0cw =
3+ github.com/bensallen/duo_api_golang v0.0.0-20251020234356-c1607aec6ca5 /go.mod h1:hJ6IPTuCAvWv+i9ubnPZB3VpVRuj/+SAblWFcI0mjEU =
24github.tiyicn.workers.dev/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY =
35github.tiyicn.workers.dev/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d /go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU =
4- github.com/duosecurity/duo_api_golang v0.0.0-20250430191550-ac36954387e7 h1:2QX96efe1AvKmqAdqeAn3efxI3lr+EULVbzRxZ/rKGQ =
5- github.com/duosecurity/duo_api_golang v0.0.0-20250430191550-ac36954387e7 /go.mod h1:hJ6IPTuCAvWv+i9ubnPZB3VpVRuj/+SAblWFcI0mjEU =
66github.tiyicn.workers.dev/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
77github.tiyicn.workers.dev/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
88github.tiyicn.workers.dev/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q =
Original file line number Diff line number Diff line change 11# github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
22## explicit; go 1.12
33github.tiyicn.workers.dev/cpuguy83/go-md2man/v2/md2man
4- # github.com/duosecurity/duo_api_golang v0.0.0-20250430191550-ac36954387e7
4+ # github.com/duosecurity/duo_api_golang v0.0.0-20250430191550-ac36954387e7 => github.com/bensallen/duo_api_golang v0.0.0-20251020234356-c1607aec6ca5
55## explicit; go 1.15
66github.tiyicn.workers.dev/duosecurity/duo_api_golang
77github.tiyicn.workers.dev/duosecurity/duo_api_golang/admin
@@ -14,3 +14,4 @@ github.com/shurcooL/sanitized_anchor_name
1414# github.com/urfave/cli/v2 v2.3.0
1515## explicit; go 1.11
1616github.tiyicn.workers.dev/urfave/cli/v2
17+ # github.com/duosecurity/duo_api_golang => github.com/bensallen/duo_api_golang v0.0.0-20251020234356-c1607aec6ca5
You can’t perform that action at this time.
0 commit comments