Skip to content

Commit

Permalink
feat: update go version in go.mod
Browse files Browse the repository at this point in the history
Refers to #3
  • Loading branch information
r3nic1e committed Aug 4, 2022
1 parent 950e946 commit e610232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/helmwave/logrus-emoji-formatter

go 1.16
go 1.18

require github.com/sirupsen/logrus v1.9.0

require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect

0 comments on commit e610232

Please sign in to comment.