mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Use glide to manage vendor packages
This commit is contained in:
parent
fd6c410eaf
commit
773a91f37c
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@ _testmain.go
|
||||
config.json
|
||||
*.swp
|
||||
godns
|
||||
|
||||
vendor/*
|
||||
|
6
glide.lock
generated
Normal file
6
glide.lock
generated
Normal file
@ -0,0 +1,6 @@
|
||||
hash: 1da678bb0eda2c40266e5014e089aa36ebfa0a360d20552a77ef77a00b2d1bfb
|
||||
updated: 2016-05-25T15:08:31.725668117+08:00
|
||||
imports:
|
||||
- name: github.com/bitly/go-simplejson
|
||||
version: aabad6e819789e569bd6aabf444c935aa9ba1e44
|
||||
devImports: []
|
3
glide.yaml
Normal file
3
glide.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
package: github.com/timothyye/godns
|
||||
import:
|
||||
- package: github.com/bitly/go-simplejson
|
Loading…
x
Reference in New Issue
Block a user