Skip to content

Commit

Permalink
fix(core): Autobump service (#1202)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 937c967 commit 98d6d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/opentdf/platform/lib/flattening v0.1.1
github.com/opentdf/platform/lib/ocrypto v0.1.5
github.com/opentdf/platform/protocol/go v0.2.10
github.com/opentdf/platform/sdk v0.3.3
github.com/opentdf/platform/sdk v0.3.4
github.com/pressly/goose/v3 v3.19.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
Expand Down
4 changes: 2 additions & 2 deletions service/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ github.com/opentdf/platform/lib/ocrypto v0.1.5 h1:Gv5dAmZEVQeD9w1Fg9fix8gdZIsPDH
github.com/opentdf/platform/lib/ocrypto v0.1.5/go.mod h1:ne+l8Q922OdzA0xesK3XJmfECBnn5vLSGYU3/3OhiHM=
github.com/opentdf/platform/protocol/go v0.2.10 h1:v3z6wK4RS/iNB6MuLiuDzEfrxAQiBV8UImykbf3D+sM=
github.com/opentdf/platform/protocol/go v0.2.10/go.mod h1:+0cC+8+x0/qZ65W/NlMp+VATsT6wUlTbPnyl62qlc+M=
github.com/opentdf/platform/sdk v0.3.3 h1:q3M7F0D4eJ3f2pO4SthcGTSxNWgC4SFRTO3FtVz8sEY=
github.com/opentdf/platform/sdk v0.3.3/go.mod h1:OaC9Ry/2N/hK348bfjt70gng15ke0qKJoKTONIw3cf8=
github.com/opentdf/platform/sdk v0.3.4 h1:FD+gGjhfL/Sj/hEU2uFfn5lBKgMnW+MPbVGOiDM36Zs=
github.com/opentdf/platform/sdk v0.3.4/go.mod h1:OaC9Ry/2N/hK348bfjt70gng15ke0qKJoKTONIw3cf8=
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/ory/dockertest/v3 v3.10.0 h1:4K3z2VMe8Woe++invjaTB7VRyQXQy5UY+loujO4aNE4=
Expand Down

0 comments on commit 98d6d8b

Please sign in to comment.