mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2025-03-20 21:39:38 +00:00
Fix minimum required Go version in go.mod
This commit is contained in:
parent
6707a01a84
commit
8e3999fc3d
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -5,4 +5,4 @@ require (
|
||||||
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
||||||
)
|
)
|
||||||
|
|
||||||
go 1.13
|
go 1.11
|
||||||
|
|
Loading…
Add table
Reference in a new issue