Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Add glide dependency file to finish go dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuqu committed Aug 22, 2018
1 parent dcb76f8 commit c079dbd
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 0 deletions.
115 changes: 115 additions & 0 deletions glide.lock

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

45 changes: 45 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
package: github.com/Azure/sonic-telemetry
import:
- package: github.com/c9s/goprocinfo
subpackages:
- linux
- package: github.com/go-redis/redis
version: ^6.10.2
- package: github.com/golang/glog
- package: github.com/golang/protobuf
version: ^1.0.0
subpackages:
- proto
- package: github.com/google/gnxi
subpackages:
- utils
- package: github.com/openconfig/gnmi
subpackages:
- proto/gnmi
- package: github.com/openconfig/ygot
version: ^0.5.0
subpackages:
- ygot
- package: github.com/workiva/go-datastructures
version: ^1.0.44
subpackages:
- queue
- package: golang.org/x/net
subpackages:
- context
- trace
- package: google.golang.org/grpc
version: ^1.11.2
subpackages:
- codes
- credentials
- peer
- reflection
- status
testImport:
- package: github.com/jipanyang/gnmi
subpackages:
- client/gnmi
- package: github.com/kylelemons/godebug
subpackages:
- pretty

0 comments on commit c079dbd

Please sign in to comment.