Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Mar 12, 2024
1 parent c64ada7 commit 24e9fd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mylog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ require (
)

require (
cogentcore.org/core v0.0.8-0.20240312043521-bdafc24c3306 // indirect
github.com/ddkwork/golibrary v0.0.0-20240312045305-c64ada78854c // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.18.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions mylog/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
cogentcore.org/core v0.0.8-0.20240312043521-bdafc24c3306 h1:U6alePCChXxyTyVi/ImLxIN8jfx5XhfITaKOfkqbkTU=
cogentcore.org/core v0.0.8-0.20240312043521-bdafc24c3306/go.mod h1:86eoGoMKgZgLm1o/zEP5m3iRUb1+xLKX0+jLaTQKeBI=
github.com/ddkwork/golibrary v0.0.0-20240312045305-c64ada78854c h1:ERZ4qUKl2HP1wpN4jUNuGZ0zdNidBdxqaNerV3dRMTE=
github.com/ddkwork/golibrary v0.0.0-20240312045305-c64ada78854c/go.mod h1:aC2FmpKYL0bZlykCiXs8zIR2eRlFVdBR9Dk+LeMCWTA=
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
Expand Down

0 comments on commit 24e9fd9

Please sign in to comment.