Skip to content

Commit

Permalink
glide: Pin and update dependencies
Browse files Browse the repository at this point in the history
This change pins a number of unpinned dependencies that didn't have
tagged releases when the Glide file was originally written, and updates
all dependencies.
  • Loading branch information
abhinav committed Jan 14, 2019
1 parent e3ffd28 commit 4106d20
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 25 deletions.
24 changes: 10 additions & 14 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
package: go.uber.org/thriftrw
import:
- package: go.uber.org/atomic
version: ^1
- package: github.com/kr/pretty
version: ~0.1
- package: github.com/kr/text
version: ~0.1
- package: golang.org/x/tools
subpackages:
- go/ast/astutil
- package: github.com/jessevdk/go-flags
version: ^1
- package: github.com/anmitsu/go-shlex
- package: go.uber.org/multierr
version: ^1
- package: github.com/fatih/structtag
version: ^0.1.0
version: ^1
- package: go.uber.org/zap
version: ^1
testImport:
- package: github.com/golang/mock
version: ^1
subpackages:
- gomock
testImport:
- package: github.com/stretchr/testify
version: ^1
14 changes: 10 additions & 4 deletions vendor/github.com/fatih/structtag/tags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions vendor/github.com/fatih/structtag/tags_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4106d20

Please sign in to comment.