Skip to content

Commit

Permalink
Go1.13 build fix: go.mod: go1.12 => go1.13 (#68)
Browse files Browse the repository at this point in the history
* go.mod: go1.12 => go1.13

* module name fix

* Revert "module name fix"

This reverts commit 82682ca.
  • Loading branch information
savalin authored Feb 10, 2020
1 parent 398864c commit b845c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/y0ssar1an/q

go 1.12
go 1.13

require github.com/kr/pretty v0.2.0

0 comments on commit b845c29

Please sign in to comment.