Skip to content

Commit

Permalink
Pin DWS to v0.0.13 (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe authored Sep 14, 2023
1 parent 2a62220 commit d78b0a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataWorkflowServices/dws-test-driver
go 1.19

require (
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550
github.com/DataWorkflowServices/dws v0.0.13
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.2.4
github.com/google/go-cmp v0.5.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550 h1:AMJUdu+Rt5vLEWbdnI5LDqytR5tgZbkYTS9fztMWNL4=
github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550/go.mod h1:ZQsfcByZ05Ah9yrgOJsN3JPz4jo374DrdVv8kvcIquA=
github.com/DataWorkflowServices/dws v0.0.13 h1:9bpv7P8WgmNDtCHtZpjR3H5Wy+l4N6vnyAnkP69c2Yc=
github.com/DataWorkflowServices/dws v0.0.13/go.mod h1:ZQsfcByZ05Ah9yrgOJsN3JPz4jo374DrdVv8kvcIquA=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/DataWorkflowServices/dws v0.0.1-0.20230913204342-e78d55d24550
# github.com/DataWorkflowServices/dws v0.0.13
## explicit; go 1.19
github.com/DataWorkflowServices/dws/api/v1alpha2
github.com/DataWorkflowServices/dws/config/crd/bases
Expand Down

0 comments on commit d78b0a6

Please sign in to comment.