Skip to content

Commit 115ccc1

Browse files
authored
Prepare for release v0.0.3 (#2)
ProductLine: Voyager Release: v2021.10.18 Release-tracker: voyagermesh/CHANGELOG#10 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent babc893 commit 115ccc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
k8s.io/client-go v0.21.2
1212
kmodules.xyz/client-go v0.0.0-20211013093146-1fbfd52e78c9
1313
sigs.k8s.io/yaml v1.2.0
14-
voyagermesh.dev/apimachinery v0.1.3-0.20211016164718-21c78451aa5d
14+
voyagermesh.dev/apimachinery v0.1.3
1515
)
1616

1717
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,5 +987,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.1.0/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK
987987
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
988988
sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
989989
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
990-
voyagermesh.dev/apimachinery v0.1.3-0.20211016164718-21c78451aa5d h1:RFO7TBeQL7adlSg8Hla/dFe2RtAp1b/ivUgLlvhJW8M=
991-
voyagermesh.dev/apimachinery v0.1.3-0.20211016164718-21c78451aa5d/go.mod h1:IZ5mzlQHKq7rApRaF0tGlcKeJ1ZH87CbsjgmmYJ43q8=
990+
voyagermesh.dev/apimachinery v0.1.3 h1:6sLXCGcHJArel6SW92+bwKdrKobbdSDXy7NEhGIAG+A=
991+
voyagermesh.dev/apimachinery v0.1.3/go.mod h1:IZ5mzlQHKq7rApRaF0tGlcKeJ1ZH87CbsjgmmYJ43q8=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
529529
# sigs.k8s.io/yaml v1.2.0
530530
## explicit; go 1.12
531531
sigs.k8s.io/yaml
532-
# voyagermesh.dev/apimachinery v0.1.3-0.20211016164718-21c78451aa5d
532+
# voyagermesh.dev/apimachinery v0.1.3
533533
## explicit; go 1.16
534534
voyagermesh.dev/apimachinery/apis/voyager
535535
voyagermesh.dev/apimachinery/apis/voyager/v1

0 commit comments

Comments
 (0)