go modules

pull/293/head
hunterlong 2019-11-22 10:48:34 -08:00
parent 47bda5215f
commit 59011277ed
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -18,7 +18,7 @@ require (
github.com/joho/godotenv v1.3.0 github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.2.0 // indirect github.com/lib/pq v1.2.0 // indirect
github.com/rendon/testcli v0.0.0-20161027181003-6283090d169f github.com/rendon/testcli v0.0.0-20161027181003-6283090d169f
github.com/russross/blackfriday/v2 v2.0.1 // indirect github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.4.0 github.com/stretchr/testify v1.4.0
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e

View File

@ -22,7 +22,7 @@ import (
"fmt" "fmt"
"github.com/GeertJohan/go.rice" "github.com/GeertJohan/go.rice"
"github.com/hunterlong/statping/utils" "github.com/hunterlong/statping/utils"
"gopkg.in/russross/blackfriday.v2" "github.com/russross/blackfriday/v2"
"io/ioutil" "io/ioutil"
"os" "os"
) )