Skip to content

Commit

Permalink
use gitlab.com/gitlab-org/api/client-go instead of the deprecated pre…
Browse files Browse the repository at this point in the history
…decessor
  • Loading branch information
maciaszczykm committed Jan 7, 2025
1 parent e5664c5 commit 8443f84
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 50 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pluralsh/plural-cli

go 1.22.9
go 1.23.4

require (
cloud.google.com/go/compute v1.23.3
Expand Down Expand Up @@ -48,8 +48,8 @@ require (
github.com/posthog/posthog-go v0.0.0-20230801140217-d607812dee69
github.com/samber/lo v1.46.0
github.com/urfave/cli v1.22.14
github.com/xanzy/go-gitlab v0.73.1
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
gitlab.com/gitlab-org/api/client-go v0.118.0
golang.org/x/crypto v0.31.0
golang.org/x/oauth2 v0.19.0
gopkg.in/yaml.v2 v2.4.0
Expand Down Expand Up @@ -266,7 +266,7 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.153.0
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
google.golang.org/protobuf v1.36.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
k8s.io/apiextensions-apiserver v0.30.0 // indirect
Expand Down
Loading

0 comments on commit 8443f84

Please sign in to comment.