Skip to content

Commit 0712843

Browse files
committed
Pin docopt to v0.6.2 (same as felix) to avoid static-check warnings
1 parent 650b5f4 commit 0712843

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

glide.lock

+23-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import:
55
- package: github.com/Workiva/go-datastructures
66
subpackages:
77
- trie/ctrie
8+
# Need to pin to an older version as our code uses code that is deprecated in newer versions.
89
- package: github.com/docopt/docopt-go
10+
version: ^0.6.2
911
- package: github.com/go-ini/ini
1012
- package: github.com/kardianos/osext
1113
- package: github.com/mipearson/rfw

0 commit comments

Comments
 (0)