Skip to content

Commit

Permalink
bump clusternet version to fix wrappers on group names with dot
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Aug 11, 2021
1 parent 8ad2be2 commit 13d72bb
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 @@ -3,7 +3,7 @@ module github.com/clusternet/kubectl-clusternet
go 1.14

require (
github.com/clusternet/clusternet v0.3.0
github.com/clusternet/clusternet v0.3.1-0.20210811115638-49b2e28e6735
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
k8s.io/apimachinery v0.21.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
github.com/cilium/ebpf v0.0.0-20200110133405-4032b1d8aae3/go.mod h1:MA5e5Lr8slmEg9bt0VpxxWqJlO4iwu3FBdHUzV7wQVg=
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/clusternet/clusternet v0.3.0 h1:i1Sadnz/tyCeFYf4V+X8sqHmuGZBw3YEBePVxnc7wI4=
github.com/clusternet/clusternet v0.3.0/go.mod h1:RKlpW2fO8gWwU33aOnZOo+17CsLFkDhYSOl0aUC3qRo=
github.com/clusternet/clusternet v0.3.1-0.20210811115638-49b2e28e6735 h1:18IRsBM03yk02TcHWDdQ9HCC04OcAfiDFUV0kZVGz28=
github.com/clusternet/clusternet v0.3.1-0.20210811115638-49b2e28e6735/go.mod h1:RKlpW2fO8gWwU33aOnZOo+17CsLFkDhYSOl0aUC3qRo=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8=
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
Expand Down

0 comments on commit 13d72bb

Please sign in to comment.