Skip to content

Commit c6e2edf

Browse files
committed
[public-api] Convert to a cobra command and add config
1 parent ca76283 commit c6e2edf

File tree

1 file changed

+1
-1
lines changed
  • components/public-api-server

1 file changed

+1
-1
lines changed

components/public-api-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require (
77
github.com/gitpod-io/gitpod/public-api v0.0.0-00010101000000-000000000000
88
github.com/sirupsen/logrus v1.8.1
99
github.com/spf13/cobra v1.4.0
10-
github.com/spf13/pflag v1.0.5
1110
github.com/stretchr/testify v1.7.0
1211
google.golang.org/grpc v1.45.0
1312
google.golang.org/protobuf v1.28.0
@@ -30,6 +29,7 @@ require (
3029
github.com/prometheus/client_model v0.2.0 // indirect
3130
github.com/prometheus/common v0.32.1 // indirect
3231
github.com/prometheus/procfs v0.7.3 // indirect
32+
github.com/spf13/pflag v1.0.5 // indirect
3333
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
3434
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
3535
golang.org/x/text v0.3.7 // indirect

0 commit comments

Comments
 (0)