Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/github.com/gorilla/m…
Browse files Browse the repository at this point in the history
…ux-1.8.1
  • Loading branch information
ZinoKader authored Mar 16, 2024
2 parents 056e07f + e053793 commit 5d2d16e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 55 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Go setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.1

Expand All @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Go setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.1

Expand All @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0

- name: Go setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.1

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
fetch-depth: 0

- name: Go setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Go setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.1

Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)

Expand Down Expand Up @@ -68,7 +68,7 @@ require (
github.com/muesli/termenv v0.15.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
github.com/opencontainers/runc v1.1.5 // indirect
github.com/opencontainers/runc v1.1.12 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
Expand All @@ -89,7 +89,7 @@ require (
golang.org/x/tools v0.13.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

require (
Expand All @@ -102,9 +102,9 @@ require (
github.com/schollz/pake/v3 v3.0.5
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
github.com/tscholl2/siec v0.0.0-20210707234609-9bdfc483d499 // indirect
golang.org/x/crypto v0.14.0
golang.org/x/crypto v0.18.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 5d2d16e

Please sign in to comment.