Skip to content

Commit ca76283

Browse files
easyCZroboquat
authored andcommitted
Fix
1 parent a451b0e commit ca76283

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,6 +7,7 @@ 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
1011
github.com/stretchr/testify v1.7.0
1112
google.golang.org/grpc v1.45.0
1213
google.golang.org/protobuf v1.28.0
@@ -29,7 +30,6 @@ require (
2930
github.com/prometheus/client_model v0.2.0 // indirect
3031
github.com/prometheus/common v0.32.1 // indirect
3132
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)