Skip to content

Commit f1cdc60

Browse files
committed
Updated to use go-sdk v0.3.6
1 parent 8136318 commit f1cdc60

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/pelletier/go-toml v1.9.4 // indirect
4242
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
4343
github.com/rivo/uniseg v0.2.0 // indirect
44-
github.com/signadot/go-sdk v0.3.6-0.20221222231127-f05294d52d06 // indirect
44+
github.com/signadot/go-sdk v0.3.6 // indirect
4545
github.com/spf13/afero v1.8.2 // indirect
4646
github.com/spf13/cast v1.4.1 // indirect
4747
github.com/spf13/jwalterweatherman v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ github.com/signadot/go-sdk v0.3.6-0.20221221230649-caa25fa2b4a3 h1:X8F4NeUCMFzil
276276
github.com/signadot/go-sdk v0.3.6-0.20221221230649-caa25fa2b4a3/go.mod h1:A2P0qel78mkQdlPzENC0N9ihDeqIEOjHdFfHdLT14SQ=
277277
github.com/signadot/go-sdk v0.3.6-0.20221222231127-f05294d52d06 h1:deENzPwGQik07OzND38qAvOgZWhIQcP2Lbz4l6ExHkw=
278278
github.com/signadot/go-sdk v0.3.6-0.20221222231127-f05294d52d06/go.mod h1:A2P0qel78mkQdlPzENC0N9ihDeqIEOjHdFfHdLT14SQ=
279+
github.com/signadot/go-sdk v0.3.6 h1:d4sgWwLHDSYjN5JgmjmF1cKC9CEdewlp/N2A0KfNlS8=
280+
github.com/signadot/go-sdk v0.3.6/go.mod h1:A2P0qel78mkQdlPzENC0N9ihDeqIEOjHdFfHdLT14SQ=
279281
github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
280282
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
281283
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=

0 commit comments

Comments
 (0)