Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 233247d

Browse files
committed
Add go.mod
1 parent 6845e6f commit 233247d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/rancher/go-powershell
2+
3+
go 1.14
4+
5+
require github.com/pkg/errors v0.9.1

go.sum

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

0 commit comments

Comments
 (0)