pull/94/head
Hunter Long 2018-11-01 15:45:22 +01:00
parent e35904d35c
commit c3aa719afa
2 changed files with 13 additions and 0 deletions

9
Gopkg.lock generated
View File

@ -169,6 +169,14 @@
revision = "25ecb14adfc7543176f7d85291ec7dba82c6f7e4"
version = "v1.9.0"
[[projects]]
branch = "master"
digest = "1:606d1820e2521700b2604019ddc84c95642b2be06242206a4c6322b1c465b2c9"
name = "github.com/oliveroneill/exponent-server-sdk-golang"
packages = ["sdk"]
pruneopts = "UT"
revision = "05bf6f17980f89ec1a1b9599813658b6381e7408"
[[projects]]
digest = "1:0028cb19b2e4c3112225cd871870f2d9cf49b9b4276531f03438a88e94be86fe"
name = "github.com/pmezard/go-difflib"
@ -262,6 +270,7 @@
"github.com/jinzhu/gorm/dialects/postgres",
"github.com/jinzhu/gorm/dialects/sqlite",
"github.com/joho/godotenv",
"github.com/oliveroneill/exponent-server-sdk-golang/sdk",
"github.com/rendon/testcli",
"github.com/stretchr/testify/assert",
"golang.org/x/crypto/bcrypt",

View File

@ -80,3 +80,7 @@
[prune]
go-tests = true
unused-packages = true
[[constraint]]
branch = "master"
name = "github.com/oliveroneill/exponent-server-sdk-golang"