Skip to content

Commit

Permalink
Merge pull request #8 from aserto-dev/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh authored Nov 13, 2024
2 parents 8a08b29 + f90e65f commit f6c0170
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 549 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
VAULT_ADDR: https://vault.eng.aserto.com/
GO_VERSION: "1.17"
GO_VERSION: "1.23"

jobs:
build:
Expand Down
10 changes: 5 additions & 5 deletions Depfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
go:
protoc-gen-openapiv2:
importPath: "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
version: "v2.5.0"
version: "v2.23.0"
svu:
importPath: "github.com/caarlos0/svu"
version: "v1.6.1"
importPath: "github.com/caarlos0/svu/v2"
version: "v2.2.0"
buf:
importPath: "github.com/bufbuild/buf/cmd/buf"
version: "v1.3.1"
version: "v1.46.0"
sver:
importPath: "github.com/aserto-dev/sver/cmd/sver"
version: "v1.3.9"
version: "v1.3.13"
bin:
vault:
url: "https://releases.hashicorp.com/vault/{{.Version}}/vault_{{.Version}}_{{.OS}}_{{.Arch}}.zip"
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/aserto-dev/openapi-authorizer

go 1.17
go 1.22

toolchain go1.23.2

require github.com/magefile/mage v1.14.0
89 changes: 52 additions & 37 deletions magefiles/go.mod
Original file line number Diff line number Diff line change
@@ -1,56 +1,71 @@
module github.com/aserto-dev/openapi-authorizer/magefiles

go 1.17
go 1.22.0

toolchain go1.23.2

require (
github.com/aserto-dev/mage-loot v0.8.10
github.com/getkin/kin-openapi v0.105.0
github.com/aserto-dev/mage-loot v0.8.17
github.com/getkin/kin-openapi v0.118.0
github.com/pkg/errors v0.9.1
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/allegro/bigcache/v3 v3.0.2 // indirect
github.com/aserto-dev/clui v0.8.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gitleaks/go-gitdiff v0.7.4 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/swag v0.19.5 // indirect
github.com/go-test/deep v1.0.8 // indirect
dario.cat/mergo v1.0.1 // indirect
github.com/BobuSumisu/aho-corasick v1.0.3 // indirect
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/allegro/bigcache/v3 v3.1.0 // indirect
github.com/aserto-dev/clui v0.8.3 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v1.0.0 // indirect
github.com/charmbracelet/x/ansi v0.4.5 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fatih/semgroup v1.3.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/gitleaks/go-gitdiff v0.9.1 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-test/deep v1.1.1 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/invopop/yaml v0.1.0 // indirect
github.com/invopop/yaml v0.3.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kyokomi/emoji v2.2.4+incompatible // indirect
github.com/magefile/mage v1.14.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magefile/mage v1.15.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rs/zerolog v1.28.0 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/sagikazarmark/locafero v0.6.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.13.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/spf13/viper v1.19.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/zricethezav/gitleaks/v8 v8.3.0 // indirect
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/zricethezav/gitleaks/v8 v8.21.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/text v0.20.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit f6c0170

Please sign in to comment.