Skip to content

Commit

Permalink
Merge pull request #3 from Kubernetli/kkl_init
Browse files Browse the repository at this point in the history
init
  • Loading branch information
chifu1234 authored Jul 8, 2020
2 parents 0142f91 + de85a1e commit d1174c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions cmd/fmcCLI/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module github.com/chifu1234/fmcCLI
module github.com/kubernetli/fmcClient/cmd/fmcCLI

go 1.14

require github.com/chifu1234/fmcClient v0.0.0-20200705192634-e8cb3ddf204b

replace github.com/chifu1234/fmcClient v0.0.0-20200705192634-e8cb3ddf204b => /home/chifu/go/src/github.com/chifu1234/fmcClient
require github.com/kubernetli/fmcClient/pkg/fmcClient v0.0.0-20200707130621-0142f917c9d1
8 changes: 4 additions & 4 deletions cmd/fmcCLI/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/chifu1234/fmcClient v0.0.0-20200704210844-be6dcc496ad5 h1:oOkdqlfi8tG7alR+1jhYlQzlStxz6yKtUHuF8BEX9NY=
github.com/chifu1234/fmcClient v0.0.0-20200704210844-be6dcc496ad5/go.mod h1:9yhNFhh+QEeuySO9k0ZCU/SibTcaTcieg3ZMW45NsjY=
github.com/chifu1234/fmcClient v0.0.0-20200705192634-e8cb3ddf204b h1:Rt6umQdwbOecZpFwMOGDeUGKJAaehf2U6y0zRBrAwQ8=
github.com/chifu1234/fmcClient v0.0.0-20200705192634-e8cb3ddf204b/go.mod h1:Y0eAn2v5/NzJ/jlAl+ppV7TmBpNyfoyJ0oiAW3nos8Y=
github.com/kubernetli/fmcClient v0.0.0-20200707125305-575ca8bc7328 h1:VgSF9/8ZFnWqiMwddH092hO14FsTSEOVzkK4M8IIQ1I=
github.com/kubernetli/fmcClient v0.0.0-20200707130621-0142f917c9d1 h1:rQJDGXBhay+4+ci04YWfMqOGVzVhB6qAApEpOZ6Yh5s=
github.com/kubernetli/fmcClient/pkg/fmcClient v0.0.0-20200707130621-0142f917c9d1 h1:lu+mBBq9O4heA55KrhjnZAv9U6hYy+AGLRgG+0IqMvw=
github.com/kubernetli/fmcClient/pkg/fmcClient v0.0.0-20200707130621-0142f917c9d1/go.mod h1:+wtrAqTli4xKpINfigNhECJyTFZzrL8rax1nMS9aTbg=
2 changes: 1 addition & 1 deletion cmd/fmcCLI/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io/ioutil"
"log"

"github.com/chifu1234/fmcClient"
"github.com/kubernetli/fmcClient/pkg/fmcClient"
)

func main() {
Expand Down

0 comments on commit d1174c6

Please sign in to comment.