Skip to content

Commit e74ce4f

Browse files
authored
Update go.mod
Use Go 1.14 modules Update to latest log
1 parent 3807853 commit e74ce4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/codechimp-io/graceful
22

3-
go 1.12
3+
go 1.14
44

55
require (
66
github.com/cloudflare/tableflip v1.0.0
7-
github.com/codechimp-io/log v1.0.3
7+
github.com/codechimp-io/log v1.0.5
88
github.com/oklog/run v1.0.0
99
)

0 commit comments

Comments
 (0)