mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-13 11:47:29 +01:00
Use Go 1.13 on Heroku
This commit is contained in:
parent
c113173660
commit
4add220bfd
4
go.mod
4
go.mod
@ -1,7 +1,9 @@
|
|||||||
// +heroku install ./...
|
// +heroku install ./...
|
||||||
// +heroku goVersion go1.12
|
// +heroku goVersion go1.13
|
||||||
module github.com/mpolden/echoip
|
module github.com/mpolden/echoip
|
||||||
|
|
||||||
|
go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||||
github.com/jessevdk/go-flags v1.4.0
|
github.com/jessevdk/go-flags v1.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user