Updated to build go 1.12 and up

Modified to use fsnotify directlyUpdated travis to not use go deps
This commit is contained in:
notzippy@gmail.com
2020-04-28 11:48:55 -07:00
parent 31cb64e496
commit 0920905a0c
2 changed files with 4 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/revel/cmd/model"
"github.com/revel/cmd/utils"
"gopkg.in/fsnotify/fsnotify.v1"
"github.com/fsnotify/fsnotify"
"time"
)