Skip to content

Commit

Permalink
Add go mod for pkg (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Oct 21, 2024
1 parent 7a9fa68 commit 64b4ca4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
github.com/tidbcloud/tidbcloud-cli/pkg v0.0.1
github.com/xo/usql v0.19.2
github.com/zalando/go-keyring v0.2.3
go.einride.tech/aip v0.67.1
Expand Down Expand Up @@ -118,3 +119,5 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)

replace github.com/tidbcloud/tidbcloud-cli/pkg => ./pkg
3 changes: 3 additions & 0 deletions pkg/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/tidbcloud/tidbcloud-cli/pkg

go 1.22

0 comments on commit 64b4ca4

Please sign in to comment.