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

Commit

Permalink
fix: use annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Dec 26, 2023
1 parent c4a0f44 commit 46dde6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.5
github.com/things-go/ens v0.1.0
github.com/tj/go-update v2.2.5-0.20200519121640-62b4b798fd68+incompatible
golang.org/x/oauth2 v0.15.0
gorm.io/driver/sqlite v1.5.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,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.0.5 h1:IEphYlEmUyZxjpQYyIrA+Sp/oCfYC+g93rDbBMFw1qc=
github.com/things-go/ens v0.0.5/go.mod h1:rJI6kGTyNfBK95w7qATQWjlTkCJ4OpEdZ99lTVldnKY=
github.com/things-go/ens v0.1.0 h1:QFUozaPBspsz8v1I/oDak7o+OiMcPDPUXgnwHsfYf2g=
github.com/things-go/ens v0.1.0/go.mod h1:rJI6kGTyNfBK95w7qATQWjlTkCJ4OpEdZ99lTVldnKY=
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
2 changes: 1 addition & 1 deletion internal/command/helper_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const version = "v0.13.4"
const version = "v0.13.5"

func BuildVersion() string {
return fmt.Sprintf("%s\nGo Version: %s\nGo Os: %s\nGo Arch: %s\n",
Expand Down

0 comments on commit 46dde6f

Please sign in to comment.