Skip to content

Commit

Permalink
Switching to Glide dep management and removing vendoring folder
Browse files Browse the repository at this point in the history
  • Loading branch information
silenteh committed Sep 11, 2018
1 parent 7519c44 commit cd97c89
Show file tree
Hide file tree
Showing 59 changed files with 51 additions and 10,330 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
keys/
vendor/
26 changes: 26 additions & 0 deletions glide.lock

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

24 changes: 24 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package: github.com/sec51/twofactor
import:
- package: github.com/sec51/convert
version: 1.0.1
subpackages:
- bigendian
- smallendian
- package: github.com/sec51/cryptoengine
version: 0.0.1
- package: github.com/sec51/gf256
version: 2454accbeb9e6b0e2e53b01e1d641c7157251ed4
- package: github.com/sec51/qrcode
version: b7779abbcaf1ec4de65f586a85fe24db31d45e7c
subpackages:
- coding
- package: golang.org/x/crypto
version: beef0f4390813b96e8e68fd78570396d0f4751fc
subpackages:
- curve25519
- hkdf
- nacl/box
- nacl/secretbox
- poly1305
- salsa20/salsa
7 changes: 0 additions & 7 deletions vendor/github.com/sec51/convert/.travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/sec51/convert/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions vendor/github.com/sec51/convert/bigendian/convert.go

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/sec51/convert/bigendian/doc.go

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/sec51/convert/common.go

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/sec51/convert/doc.go

This file was deleted.

41 changes: 0 additions & 41 deletions vendor/github.com/sec51/convert/smallendian/convert.go

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/sec51/convert/smallendian/doc.go

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/github.com/sec51/cryptoengine/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/sec51/cryptoengine/.travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/sec51/cryptoengine/CHANGELOG.md

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/sec51/cryptoengine/LICENSE

This file was deleted.

83 changes: 0 additions & 83 deletions vendor/github.com/sec51/cryptoengine/README.md

This file was deleted.

Loading

0 comments on commit cd97c89

Please sign in to comment.