Glide hinzugefügt

This commit is contained in:
konrad 2017-07-02 14:39:46 +02:00 committed by konrad
parent 8355ef56af
commit 02a844af33
2 changed files with 43 additions and 0 deletions

View File

@ -7,3 +7,4 @@ TODO::
* ~~Manuell (einzeln)~~
* CSV-Import
* ~~Kofis löschen~~
* Logout

42
glide.yaml Normal file
View File

@ -0,0 +1,42 @@
package: .
import:
- package: github.com/PuerkitoBio/goquery
version: ~1.1.0
- package: github.com/go-sql-driver/mysql
version: ~1.3.0
- package: github.com/lib/pq
- package: github.com/valyala/bytebufferpool
- package: go4.org
subpackages:
- syncutil/singleflight
- package: golang.org/x/oauth2
subpackages:
- google
- package: golang.org/x/sys
subpackages:
- unix
- package: golang.org/x/text
subpackages:
- encoding
- encoding/charmap
- encoding/htmlindex
- secure/bidirule
- transform
- unicode/norm
- package: google.golang.org/api
subpackages:
- compute/v1
testImport:
- package: github.com/denisenkom/go-mssqldb
- package: github.com/smartystreets/goconvey
version: ~1.6.2
subpackages:
- convey
- package: github.com/stretchr/testify
version: ~1.1.4
subpackages:
- assert
- package: gopkg.in/stretchr/testify.v1
version: ~1.1.4
subpackages:
- assert