Skip to content

Commit

Permalink
update go-we dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvrabo committed Jan 2, 2024
1 parent 6339739 commit 64f803e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/gomatbase/go-error v1.1.0
github.com/gomatbase/go-log v1.1.0
github.com/gomatbase/go-we v1.0.0-b3
github.com/gomatbase/go-we v1.0.0-b4
github.com/rabobank/credhub-client v0.0.1
gopkg.in/yaml.v2 v2.3.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/gomatbase/go-error v1.1.0 h1:doJtNeg1wQOu9IvQ40A7Vpi4LFf3u1f7wG2Azryz
github.com/gomatbase/go-error v1.1.0/go.mod h1:d3HzpiS+Krm1TquKSdlk1cPoWwQur7/w4YpU9yc+sF8=
github.com/gomatbase/go-log v1.1.0 h1:35drL7p28GSWk9Gxp7gXhnsfKELdClZl7oo9bqGSXnE=
github.com/gomatbase/go-log v1.1.0/go.mod h1:fBx5uqIjAT5T+9lenRaEgFX8tIcvC9AYewNQ7j0FpMI=
github.com/gomatbase/go-we v1.0.0-b3 h1:zAPhSchmCb2FtVbG3xUQOdbsc8LfmnDO/+dlTmfrewc=
github.com/gomatbase/go-we v1.0.0-b3/go.mod h1:yiRqQcOEeWv2Nx4N5GVpQ+flCW261uGfO4TwvlsjhTU=
github.com/gomatbase/go-we v1.0.0-b4 h1:l1rQ3nigMqjuzN/YPC3hZCzp9+eZ8n157jzry4qfxMk=
github.com/gomatbase/go-we v1.0.0-b4/go.mod h1:yiRqQcOEeWv2Nx4N5GVpQ+flCW261uGfO4TwvlsjhTU=
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
Expand Down

0 comments on commit 64f803e

Please sign in to comment.