Skip to content

Commit 428cc86

Browse files
committed
Remove v from Gopkg.toml version fields
This removes v from Gopkg.toml version fields (while not technically incorrect, it's also not correct according to dep documentation).
1 parent fb42876 commit 428cc86

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Gopkg.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030

3131
[[constraint]]
3232
name = "sigs.k8s.io/testing_frameworks"
33-
version = "v0.1.1"
33+
version = "0.1.1"
3434

3535
[[constraint]]
3636
name = "github.com/onsi/ginkgo"
37-
version = "v1.5.0"
37+
version = "1.5.0"
3838

3939
[[constraint]]
4040
name = "github.com/onsi/gomega"
41-
version = "v1.4.0"
41+
version = "1.4.0"
4242

4343
[[constraint]]
4444
name = "sigs.k8s.io/yaml"
45-
version = "v1.1.0"
45+
version = "1.1.0"
4646

4747
[[constraint]]
4848
name = "go.uber.org/zap"
@@ -57,17 +57,17 @@
5757

5858
[[constraint]]
5959
name = "github.com/go-logr/logr"
60-
version = "v0.1.0"
60+
version = "0.1.0"
6161

6262
[[constraint]]
6363
name = "github.com/go-logr/zapr"
64-
version = "v0.1.1"
64+
version = "0.1.1"
6565

6666
# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
6767
[[override]]
6868
name = "gopkg.in/fsnotify.v1"
6969
source = "https://github.com/fsnotify/fsnotify.git"
70-
version="v1.4.7"
70+
version="1.4.7"
7171

7272
[prune]
7373
go-tests = true

0 commit comments

Comments
 (0)