1
0
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:
Timothy 2016-05-25 15:18:22 +08:00
parent fd6c410eaf
commit 773a91f37c
3 changed files with 11 additions and 0 deletions

2
.gitignore vendored
View File

@ -24,3 +24,5 @@ _testmain.go
config.json config.json
*.swp *.swp
godns godns
vendor/*

6
glide.lock generated Normal file
View 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
View File

@ -0,0 +1,3 @@
package: github.com/timothyye/godns
import:
- package: github.com/bitly/go-simplejson