Skip to content

Commit

Permalink
Merge pull request #165 from mittwald/bump/go-and-dependencies
Browse files Browse the repository at this point in the history
bump go (dependencies), swagger apis
  • Loading branch information
elenz97 authored Mar 7, 2023
2 parents f3672ea + f743ff8 commit c5b9d9c
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 225 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.20.1
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20.1
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
harbor: [v1, v2]
go: [1.19]
go: [1.20.1]
steps:
- uses: actions/checkout@v3
- name: Setup Go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go 1.20.1
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20.1'
id: go

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
harbor-teardown test integration-test-v1-ci integration-test-v2-ci integration-test-v1 integration-test-v2 \
fmt gofmt gofumpt goimports lint uninstall-harbor-v2 uninstall-harbor-v1

V1_VERSION = v1.10.15
V2_VERSION = v2.7.0
V1_VERSION = v1.10.17
V2_VERSION = v2.7.1
MOCKERY_VERSION = v2.14.0
GOSWAGGER_VERSION = v0.25.0
GOLANGCI_LINT_VERSION = v1.50.1
Expand Down
53 changes: 26 additions & 27 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,45 +1,44 @@
module github.com/mittwald/goharbor-client/v5

go 1.19
go 1.20

require (
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/runtime v0.24.1
github.com/go-openapi/strfmt v0.21.2
github.com/go-openapi/swag v0.21.1
github.com/go-openapi/validate v0.21.0
github.com/goharbor/harbor/src v0.0.0-20220518065850-5a4f6c6167cf
github.com/go-openapi/errors v0.20.3
github.com/go-openapi/runtime v0.25.0
github.com/go-openapi/strfmt v0.21.3
github.com/go-openapi/swag v0.22.3
github.com/go-openapi/validate v0.22.1
github.com/goharbor/harbor/src v0.0.0-20230220075213-6015b3efa7d0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.1
k8s.io/apimachinery v0.24.0
github.com/stretchr/testify v1.8.2
k8s.io/apimachinery v0.26.2

)

require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.2.0 // indirect
github.com/go-openapi/analysis v0.21.2 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/loads v0.21.1 // indirect
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/analysis v0.21.4 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/loads v0.21.2 // indirect
github.com/go-openapi/spec v0.20.8 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
go.mongodb.org/mongo-driver v1.8.3 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/text v0.7.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
go.mongodb.org/mongo-driver v1.11.2 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/klog/v2 v2.60.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
)
Loading

0 comments on commit c5b9d9c

Please sign in to comment.