1
0
mirror of https://github.com/Luzifer/go-dhparam.git synced 2024-09-16 15:18:27 +00:00

Add Go modules support, update test environment

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-05-04 18:01:14 +02:00
parent 107406a558
commit b956ac4f17
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
3 changed files with 10 additions and 4 deletions

View File

@ -1,10 +1,9 @@
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- tip
script:

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/Luzifer/go-dhparam
go 1.14
require github.com/pkg/errors v0.9.1

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=