Skip to content

Commit 26f802e

Browse files
chore: updated paralus dependency version and go mod compat with go 1.17 (#57)
Signed-off-by: niravparikh05 <[email protected]>
1 parent 15af15e commit 26f802e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: ${{ matrix.go-version }}
3535

3636
- name: vendor packages
37-
run: go mod tidy && go mod vendor
37+
run: go mod tidy -compat=1.17 && go mod vendor
3838

3939
# # Sanity check before publishing
4040
# - name: Test all

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
1313
github.com/jinzhu/inflection v1.0.0
1414
github.com/julienschmidt/httprouter v1.3.0
15-
github.com/paralus/paralus v0.2.2-0.20230330095058-6b8cc3163d1a
15+
github.com/paralus/paralus v0.2.2
1616
github.com/rs/xid v1.3.0
1717
github.com/segmentio/encoding v0.3.4
1818
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+
508508
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
509509
github.com/ory/kratos-client-go v0.11.0 h1:8FF2GiLjvDEPiN4fVLiHgnKZspQdd7kXDlBbeJJq+aw=
510510
github.com/ory/kratos-client-go v0.11.0/go.mod h1:8gqPMa6bB+NHbDurRY6D2dOTLrjYEdg/Dx+JvwXsZ0Q=
511-
github.com/paralus/paralus v0.2.2-0.20230330095058-6b8cc3163d1a h1:8JBYuxe/f7A/vMC6zPVBoyzG3hV/qxP62T71SuaxIxE=
512-
github.com/paralus/paralus v0.2.2-0.20230330095058-6b8cc3163d1a/go.mod h1:M5Y0MVdCov8mUCsl8vnAf3KLviT0S/cka44ks7nx0d4=
511+
github.com/paralus/paralus v0.2.2 h1:9SwDNRFmR0EihqARlsiUdR96pAHwgoPST4E/uBohTs0=
512+
github.com/paralus/paralus v0.2.2/go.mod h1:M5Y0MVdCov8mUCsl8vnAf3KLviT0S/cka44ks7nx0d4=
513513
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
514514
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
515515
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=

0 commit comments

Comments
 (0)