Skip to content

Commit

Permalink
fix: go version in .mod file (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfiestada authored Sep 2, 2021
1 parent 691e2d1 commit 691d31f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package captainslog

const (
Version = "2.5.2"
Version = "2.5.3"
)
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module vincent.click/pkg/captainslog/v2

go 1.16
go 1.17

require (
github.com/fatih/color v1.12.0
github.com/mattn/go-isatty v0.0.13 // indirect
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b // indirect
)

require github.com/mattn/go-colorable v0.1.8 // indirect

0 comments on commit 691d31f

Please sign in to comment.