We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9133b2 commit 26a336eCopy full SHA for 26a336e
go.mod
@@ -3,6 +3,7 @@ module github.com/apoxy-dev/apoxy-cli
3
go 1.21.3
4
5
require (
6
+ github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
7
github.com/jedib0t/go-pretty/v6 v6.4.9
8
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
9
github.com/spf13/cobra v1.8.0
@@ -27,7 +28,6 @@ require (
27
28
github.com/golang/protobuf v1.5.3 // indirect
29
github.com/google/gofuzz v1.2.0 // indirect
30
github.com/google/uuid v1.3.0 // indirect
- github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e // indirect
31
github.com/inconshreveable/mousetrap v1.1.0 // indirect
32
github.com/json-iterator/go v1.1.12 // indirect
33
github.com/mattn/go-runewidth v0.0.15 // indirect
0 commit comments