Bump versions and binary build changes

- Go version 1.15
- Golangci-lint 1.30
- Trim path of binary built
This commit is contained in:
Quentin McGaw
2020-08-17 20:39:49 -04:00
parent 78323f0a33
commit 15ddbdefef
4 changed files with 119 additions and 118 deletions

6
go.mod
View File

@@ -1,12 +1,12 @@
module github.com/qdm12/gluetun
go 1.14
go 1.15
require (
github.com/fatih/color v1.9.0
github.com/golang/mock v1.4.3
github.com/golang/mock v1.4.4
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/qdm12/golibs v0.0.0-20200712151944-a0325873bf5a
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed
)