File tree 3 files changed +0
-21
lines changed
components/public-api-server
3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,6 @@ module github.com/gitpod-io/gitpod/public-api-server
2
2
3
3
go 1.17
4
4
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
-
12
5
replace github.com/gitpod-io/gitpod/common-go => ../common-go // leeway
13
6
14
7
replace k8s.io/api => k8s.io/api v0.23.4 // leeway indirect from components/common-go:lib
Original file line number Diff line number Diff line change 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 =
Original file line number Diff line number Diff line change @@ -6,10 +6,8 @@ package main
6
6
7
7
import (
8
8
"fmt"
9
- "github.com/gitpod-io/gitpod/common-go/log"
10
9
)
11
10
12
11
func main () {
13
- log .Init ("foo" , "bar" , true , true )
14
12
fmt .Println ("Hello world!" )
15
13
}
You can’t perform that action at this time.
0 commit comments