File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ require (
150150 github.com/mattn/go-colorable v0.1.13 // indirect
151151 github.com/mattn/go-isatty v0.0.20 // indirect
152152 github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
153+ github.com/mdp/qrterminal/v3 v3.2.0 // indirect
153154 github.com/minio/highwayhash v1.0.2 // indirect
154155 github.com/mitchellh/go-homedir v1.1.0 // indirect
155156 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -204,6 +205,7 @@ require (
204205 gotest.tools/v3 v3.5.1 // indirect
205206 nhooyr.io/websocket v1.8.6 // indirect
206207 pgregory.net/rapid v1.1.0 // indirect
208+ rsc.io/qr v0.2.0 // indirect
207209 sigs.k8s.io/yaml v1.4.0 // indirect
208210)
209211
Original file line number Diff line number Diff line change @@ -772,6 +772,8 @@ github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzp
772772git.832008.xyz/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
773773git.832008.xyz/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg =
774774git.832008.xyz/matttproud/golang_protobuf_extensions/v2 v2.0.0 /go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k =
775+ github.com/mdp/qrterminal/v3 v3.2.0 h1:qteQMXO3oyTK4IHwj2mWsKYYRBOp1Pj2WRYFYYNTCdk =
776+ github.com/mdp/qrterminal/v3 v3.2.0 /go.mod h1:XGGuua4Lefrl7TLEsSONiD+UEjQXJZ4mPzF+gWYIJkk =
775777git.832008.xyz/miekg/dns v1.0.14 /go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg =
776778git.832008.xyz/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g =
777779git.832008.xyz/minio/highwayhash v1.0.2 /go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY =
@@ -1716,6 +1718,8 @@ pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
17161718pgregory.net/rapid v1.1.0 /go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04 =
17171719rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
17181720rsc.io/pdf v0.1.1 /go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4 =
1721+ rsc.io/qr v0.2.0 h1:6vBLea5/NRMVTz8V66gipeLycZMl/+UlFmk8DvqQ6WY =
1722+ rsc.io/qr v0.2.0 /go.mod h1:IF+uZjkb9fqyeF/4tlBoynqmQxUoPfWEKh921coOuXs =
17191723rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
17201724rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
17211725sigs.k8s.io/yaml v1.1.0 /go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o =
You can’t perform that action at this time.
0 commit comments