Skip to content

Commit

Permalink
chore: updated paralus dependency version and go mod compat with go 1…
Browse files Browse the repository at this point in the history
….17 (#57)

Signed-off-by: niravparikh05 <[email protected]>
  • Loading branch information
niravparikh05 authored Mar 31, 2023
1 parent 15af15e commit 26f802e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: vendor packages
run: go mod tidy && go mod vendor
run: go mod tidy -compat=1.17 && go mod vendor

# # Sanity check before publishing
# - name: Test all
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
github.com/jinzhu/inflection v1.0.0
github.com/julienschmidt/httprouter v1.3.0
github.com/paralus/paralus v0.2.2-0.20230330095058-6b8cc3163d1a
github.com/paralus/paralus v0.2.2
github.com/rs/xid v1.3.0
github.com/segmentio/encoding v0.3.4
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,8 @@ github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/ory/kratos-client-go v0.11.0 h1:8FF2GiLjvDEPiN4fVLiHgnKZspQdd7kXDlBbeJJq+aw=
github.com/ory/kratos-client-go v0.11.0/go.mod h1:8gqPMa6bB+NHbDurRY6D2dOTLrjYEdg/Dx+JvwXsZ0Q=
github.com/paralus/paralus v0.2.2-0.20230330095058-6b8cc3163d1a h1:8JBYuxe/f7A/vMC6zPVBoyzG3hV/qxP62T71SuaxIxE=
github.com/paralus/paralus v0.2.2-0.20230330095058-6b8cc3163d1a/go.mod h1:M5Y0MVdCov8mUCsl8vnAf3KLviT0S/cka44ks7nx0d4=
github.com/paralus/paralus v0.2.2 h1:9SwDNRFmR0EihqARlsiUdR96pAHwgoPST4E/uBohTs0=
github.com/paralus/paralus v0.2.2/go.mod h1:M5Y0MVdCov8mUCsl8vnAf3KLviT0S/cka44ks7nx0d4=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
Expand Down

0 comments on commit 26f802e

Please sign in to comment.