Skip to content

Commit

Permalink
rf: move set package to go-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
IfanTsai committed Feb 25, 2022
1 parent 02f6b48 commit 12e48e5
Show file tree
Hide file tree
Showing 5 changed files with 507 additions and 59 deletions.
14 changes: 10 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ require (
)

require (
github.com/chzyer/logex v1.1.10 // indirect
github.com/IfanTsai/go-lib v0.0.0-20220225122438-322a14038807
github.com/chzyer/test v0.0.0-20210722231415-061457976a23 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
)

require (
github.com/chzyer/logex v1.1.10 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 12e48e5

Please sign in to comment.