From 3d9bc7193dc59cd5dddbb7c564c87c3a5ff3cae5 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 22 Oct 2018 16:54:57 -0700 Subject: [PATCH] use latest go --- .travis.yml | 2 +- go.mod | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a294f6c..987919a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - tip + - "1.11" env: - "PATH=/home/travis/gopath/bin:$PATH" diff --git a/go.mod b/go.mod index 457c80e..96aa880 100644 --- a/go.mod +++ b/go.mod @@ -16,6 +16,7 @@ require ( github.com/schollz/progressbar/v2 v2.6.0 github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9 github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c + github.com/stretchr/testify v1.2.2 github.com/urfave/cli v1.20.0 golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect