File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/dtomasi/gocc
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -9,3 +9,8 @@ require (
9
9
github.com/stretchr/testify v1.7.0
10
10
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
11
11
)
12
+
13
+ require (
14
+ github.com/pmezard/go-difflib v1.0.0 // indirect
15
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
16
+ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
## explicit
3
3
github.com/davecgh/go-spew/spew
4
4
# github.com/kr/pretty v0.2.0
5
- ## explicit
5
+ ## explicit; go 1.12
6
6
# github.com/pkg/errors v0.9.1
7
7
## explicit
8
8
github.com/pkg/errors
9
9
# github.com/pmezard/go-difflib v1.0.0
10
+ ## explicit
10
11
github.com/pmezard/go-difflib/difflib
11
12
# github.com/stretchr/testify v1.7.0
12
- ## explicit
13
+ ## explicit; go 1.13
13
14
github.com/stretchr/testify/assert
14
15
# gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
15
16
## explicit
16
17
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
18
+ ## explicit
17
19
gopkg.in/yaml.v3
You can’t perform that action at this time.
0 commit comments