Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix: check need annotation or not
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Mar 14, 2024
1 parent 2c1a9d6 commit b4242bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/kierdavis/ansi v0.0.0-20180105022324-90d93b0fcae2
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/things-go/ens v0.3.0
github.com/things-go/ens v0.3.1
github.com/tj/go-update v2.2.5-0.20200519121640-62b4b798fd68+incompatible
golang.org/x/oauth2 v0.18.0
gorm.io/driver/sqlite v1.5.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/things-go/ens v0.3.0 h1:2bcLLXZe+EO/U+LOIcd/H1iPLTscJTx5hWWMygbYt7o=
github.com/things-go/ens v0.3.0/go.mod h1:MT5Mawz+BOgwiuiZP81bDtqqV0GQTLhAnzzTwUodjIA=
github.com/things-go/ens v0.3.1 h1:58Wmhdcif0HZ+prrEJvz/l6Gt8S5F/t4TBiqW9fkxJ8=
github.com/things-go/ens v0.3.1/go.mod h1:MT5Mawz+BOgwiuiZP81bDtqqV0GQTLhAnzzTwUodjIA=
github.com/tj/assert v0.0.0-20171129193455-018094318fb0/go.mod h1:mZ9/Rh9oLWpLLDRpvE+3b7gP/C2YyLFYxNmcLnPTMe0=
github.com/tj/assert v0.0.3 h1:Df/BlaZ20mq6kuai7f5z2TvPFiwC3xaWJSDQNiIS3Rk=
github.com/tj/assert v0.0.3/go.mod h1:Ne6X72Q+TB1AteidzQncjw9PabbMp4PBMZ1k+vd1Pvk=
Expand Down

0 comments on commit b4242bf

Please sign in to comment.