Skip to content

Commit 27bbd2c

Browse files
committed
fix
1 parent 9deb83a commit 27bbd2c

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

components/public-api-server/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ module github.com/gitpod-io/gitpod/public-api-server
22

33
go 1.17
44

5-
require github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
6-
7-
require (
8-
github.com/sirupsen/logrus v1.8.1 // indirect
9-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
10-
)
11-
125
replace github.com/gitpod-io/gitpod/common-go => ../common-go // leeway
136

147
replace k8s.io/api => k8s.io/api v0.23.4 // leeway indirect from components/common-go:lib

components/public-api-server/go.sum

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +0,0 @@
1-
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
2-
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=
4-
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
5-
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
6-
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
7-
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
8-
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
9-
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
10-
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
11-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8pY/4yfcXrddB8qAbU0=
12-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

components/public-api-server/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ package main
66

77
import (
88
"fmt"
9-
"github.com/gitpod-io/gitpod/common-go/log"
109
)
1110

1211
func main() {
13-
log.Init("foo", "bar", true, true)
1412
fmt.Println("Hello world!")
1513
}

0 commit comments

Comments
 (0)