Skip to content

Commit

Permalink
Merge pull request #8 from openinfradev/feature/change_repo
Browse files Browse the repository at this point in the history
Fix. change repo ( sktelecom -> openinfradev )
  • Loading branch information
robertchoi80 authored Oct 27, 2021
2 parents 734db01 + 8e72d70 commit c146536
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 62 deletions.
6 changes: 3 additions & 3 deletions cmd/register_endpoint.go.bak
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"

"github.com/sktelecom/tks-contract/pkg/log"
"github.com/sktelecom/tks-info/pkg/cert"
pb "github.com/sktelecom/tks-proto/pbgo"
"github.com/openinfradev/tks-contract/pkg/log"
"github.com/openinfradev/tks-info/pkg/cert"
pb "github.com/openinfradev/tks-proto/pbgo"
)

var (
Expand Down
25 changes: 9 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,18 @@ module github.com/openinfradev/tks-client
go 1.16

require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/openinfradev/tks-proto v0.0.0-20210924020717-178698d59e9d
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/sktelecom/tks-client v0.0.0-20210819024829-dffb3afa105e
github.com/sktelecom/tks-contract v0.1.0
github.com/sktelecom/tks-proto v0.0.5-0.20210601073957-185e6457787e
github.com/spf13/cast v1.4.1 // indirect
github.com/openinfradev/tks-contract v0.1.1-0.20210928021110-fe2b666327cc
github.com/openinfradev/tks-proto v0.0.6-0.20211015003551-ed8f9541f40d
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
google.golang.org/grpc v1.40.0
github.com/spf13/viper v1.9.0
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c // indirect
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.63.2 // indirect
)

replace github.com/openinfradev/tks-client => ./
Loading

0 comments on commit c146536

Please sign in to comment.