Skip to content

Commit

Permalink
fixed go sync info in tests/ submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 10, 2024
1 parent 297c439 commit c0aa5b0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
module github.com/hedzr/logg/tests

go 1.22

replace github.com/hedzr/logg => ../

require github.com/hedzr/logg v0.5.12

require (
github.com/hedzr/is v0.5.16 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
)
10 changes: 10 additions & 0 deletions tests/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
github.com/hedzr/is v0.5.16 h1:pJ2bynSgeSlcPhq+y/QMm4DS/dKoi4BL7TU5EjCqnn0=
github.com/hedzr/is v0.5.16/go.mod h1:H76txxZGFr2prCvZ7tUShuqxcV2yg3byu/kmAtCJGVw=
golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc=
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.18.0 h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=

0 comments on commit c0aa5b0

Please sign in to comment.