Skip to content

Commit 26a336e

Browse files
committed
build changed go.mod
1 parent c9133b2 commit 26a336e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/apoxy-dev/apoxy-cli
33
go 1.21.3
44

55
require (
6+
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
67
github.com/jedib0t/go-pretty/v6 v6.4.9
78
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
89
github.com/spf13/cobra v1.8.0
@@ -27,7 +28,6 @@ require (
2728
github.com/golang/protobuf v1.5.3 // indirect
2829
github.com/google/gofuzz v1.2.0 // indirect
2930
github.com/google/uuid v1.3.0 // indirect
30-
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e // indirect
3131
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3232
github.com/json-iterator/go v1.1.12 // indirect
3333
github.com/mattn/go-runewidth v0.0.15 // indirect

0 commit comments

Comments
 (0)