Skip to content

Commit

Permalink
feat(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
feat(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
feat(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3
feat(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3
feat(deps): bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0
feat(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#142)
feat(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#143)
feat(deps): up github.com/google/go-github to v53
feat(deps): bump github.com/google/go-github/v53 from 53.0.0 to 53.1.0 (#144)
feat(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#145)
feat(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 (#146)
feat(deps): bump github.com/google/go-github/v53 from 53.1.0 to 53.2.0 (#147)
feat(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 (#149)
feat(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0
feat(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1
feat(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0
deps: up google/go-github from v53 to v54
ci/cd(deps): bump actions/checkout from 3 to 4
ci/cd(deps): bump goreleaser/goreleaser-action from 4 to 5
feat(deps): bump github.com/spf13/afero from 1.9.5 to 1.10.0
feat(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0
feat(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0
feat(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.13.0
tools(deps): bump golang.org/x/net from 0.9.0 to 0.17.0
feat(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
feat(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0
feat(deps): switch to github.com/google/go-github/v55
feat(deps): switch to github.com/google/go-github/v56
feat(deps): bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0
tools(deps): bump github.com/marwan-at-work/mod from 0.5.0 to 0.7.0
tools(deps): bump github.com/cloudflare/circl
tools(deps): bump github.com/marwan-at-work/mod from 0.7.0 to 0.7.1
feat(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0
feat(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
feat(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0
feat(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0
feat: up go version to 1.20
feat(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1
feat(deps): bump github.com/spf13/afero from 1.10.0 to 1.11.0
feat(deps): bump go-github to v57
feat(deps): bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0
feat(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1
feat(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2
feat(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
feat(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0
tools(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • Loading branch information
kamilsk committed Jan 25, 2023
1 parent 5ab8468 commit 020d048
Show file tree
Hide file tree
Showing 13 changed files with 235 additions and 208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { fetch-depth: 0 }

- name: Install a GitHub CLI cache extension
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
- uses: actions/setup-go@v4
with: { go-version: '1.19', cache: true }
with: { go-version: '1.21', cache: true }

- uses: actions/cache@v3
with:
Expand All @@ -27,7 +27,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
restore-keys: ${{ runner.os }}-go-
- run: make env deps-fetch test
- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
matrix:
go:
- 1.x
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x

steps:
- name: Checkout the repository
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v4
with: { go-version: 1.20.x, cache-dependency-path: tools/go.sum }
with: { go-version: 1.21.x, cache-dependency-path: tools/go.sum }

- name: Prepare and run linter
run: make tools lint
Expand All @@ -48,13 +48,12 @@ jobs:
matrix:
go:
- 1.x
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x

steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v4
Expand All @@ -64,7 +63,7 @@ jobs:
run: make env deps-fetch test-with-coverage
- name: Store code coverage report
uses: actions/upload-artifact@v3
if: matrix.go == '1.20.x'
if: matrix.go == '1.21.x'
with: { name: code-coverage-report, path: c.out }

- run: make install
Expand All @@ -77,7 +76,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { fetch-depth: 0 }

- name: Fetch code coverage report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: { fetch-depth: 0, ref: '${{ github.event.pull_request.head.ref }}' }
4 changes: 2 additions & 2 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v4
with: { go-version: 1.20.x, cache-dependency-path: tools/go.sum }
with: { go-version: 1.21.x, cache-dependency-path: tools/go.sum }

- name: Install and check tools
run: make tools && [ $(ls bin/linux/*/* | wc -l) = $(grep go:gen tools/tools.go | wc -l) ]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.DEFAULT_GOAL = check
GIT_HOOKS = post-merge pre-commit pre-push
GO_VERSIONS = 1.18 1.19
GO_VERSIONS = 1.20 1.21

AT := @
ARCH := $(shell uname -m | tr '[:upper:]' '[:lower:]')
Expand Down
72 changes: 40 additions & 32 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,69 +1,77 @@
module go.octolab.org/toolset/maintainer

go 1.18
go 1.20

require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/alexeyco/simpletable v1.0.0
github.com/fatih/color v1.15.0
github.com/go-git/go-git/v5 v5.6.1
github.com/fatih/color v1.16.0
github.com/go-git/go-git/v5 v5.11.0
github.com/golang/mock v1.6.0
github.com/google/go-github/v52 v52.0.0
github.com/spf13/afero v1.9.5
github.com/spf13/cobra v1.7.0
github.com/google/go-github/v57 v57.0.0
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.8.4
github.com/whilp/git-urls v1.0.0
go.octolab.org v0.12.2
go.octolab.org/toolkit/cli v0.6.3
go.octolab.org/toolkit/config v0.0.4
go.octolab.org/toolkit/protocol v0.1.0
golang.org/x/oauth2 v0.7.0
golang.org/x/sync v0.1.0
golang.org/x/oauth2 v0.15.0
golang.org/x/sync v0.6.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/cloudflare/circl v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.4.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/skeema/knownhosts v1.2.1 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 020d048

Please sign in to comment.