File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
go-version : ${{ matrix.go-version }}
35
35
36
36
- name : vendor packages
37
- run : go mod tidy && go mod vendor
37
+ run : go mod tidy -compat=1.17 && go mod vendor
38
38
39
39
# # Sanity check before publishing
40
40
# - name: Test all
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
13
13
github.com/jinzhu/inflection v1.0.0
14
14
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
16
16
github.com/rs/xid v1.3.0
17
17
github.com/segmentio/encoding v0.3.4
18
18
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -508,8 +508,8 @@ github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+
508
508
github.com/opentracing/opentracing-go v1.2.0 /go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc =
509
509
github.com/ory/kratos-client-go v0.11.0 h1:8FF2GiLjvDEPiN4fVLiHgnKZspQdd7kXDlBbeJJq+aw =
510
510
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 =
513
513
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
514
514
github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
515
515
github.com/pelletier/go-toml v1.7.0 /go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE =
You can’t perform that action at this time.
0 commit comments