Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chifu1234 committed Jul 15, 2020
1 parent b4006e3 commit dd5e5c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/fmcCLI/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github.com/kubernetli/fmcClient v0.0.4 h1:MchytIiac2jehgOKla6UHAqASLAkNjFNZK8J0CV7DGU=
github.com/kubernetli/fmcClient/pkg/fmcClient v0.0.0-20200715180132-4fdd8520d91b h1:j9RBFygmoC/ZqEuPz4lRpZo672FjxBjw4vh6ARdAh/o=
github.com/kubernetli/fmcClient/pkg/fmcClient v0.0.0-20200715180132-4fdd8520d91b/go.mod h1:+wtrAqTli4xKpINfigNhECJyTFZzrL8rax1nMS9aTbg=
4 changes: 4 additions & 0 deletions pkg/fmcClient/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/kubernetli/fmcClient v0.0.4 h1:MchytIiac2jehgOKla6UHAqASLAkNjFNZK8J0CV7DGU=
github.com/kubernetli/fmcClient/cmd/fmcCLI v0.0.0-20200715180132-4fdd8520d91b h1:k0u8F1SgWjo5q7eIYuvyc42SikcawJg/erdqiCeacIc=
github.com/kubernetli/fmcClient/cmd/fmcCLI v0.0.0-20200715180132-4fdd8520d91b/go.mod h1:3DIwHWMJKrmrtja3mJGcaA6kCWsAHhXNzTnJ3ioetI8=
github.com/kubernetli/fmcClient/pkg/fmcClient v0.0.0-20200707130621-0142f917c9d1/go.mod h1:+wtrAqTli4xKpINfigNhECJyTFZzrL8rax1nMS9aTbg=
2 changes: 1 addition & 1 deletion pkg/fmcClient/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package fmcClient

// Version go
const (
Version = "0.0.3"
version = "0.0.3"
)

0 comments on commit dd5e5c5

Please sign in to comment.