Skip to content

Commit b6bdcec

Browse files
committed
Bump to go 1.17
1 parent 5a958c9 commit b6bdcec

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
module github.com/commander-cli/cmd
22

3-
go 1.12
3+
go 1.17
44

55
require github.com/stretchr/testify v1.4.0
6+
7+
require (
8+
github.com/davecgh/go-spew v1.1.0 // indirect
9+
github.com/pmezard/go-difflib v1.0.0 // indirect
10+
gopkg.in/yaml.v2 v2.2.2 // indirect
11+
)

vendor/gopkg.in/yaml.v2/go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# github.com/davecgh/go-spew v1.1.0
2+
## explicit
23
github.com/davecgh/go-spew/spew
34
# github.com/pmezard/go-difflib v1.0.0
5+
## explicit
46
github.com/pmezard/go-difflib/difflib
57
# github.com/stretchr/testify v1.4.0
8+
## explicit
69
github.com/stretchr/testify/assert
710
# gopkg.in/yaml.v2 v2.2.2
11+
## explicit
812
gopkg.in/yaml.v2

0 commit comments

Comments
 (0)