updated go modules, removed goost base64 dependency

This commit is contained in:
RandomErrorMessage
2019-09-27 02:31:01 -07:00
parent 6b28dfec25
commit 5b7d51a9ac
3 changed files with 22 additions and 22 deletions

View File

@@ -5,8 +5,8 @@ import (
"log"
"time"
"encoding/base64"
"golang.org/x/net/websocket"
"goost.org/encoding/base64"
"github.com/gen2brain/cam2ip/image"
"github.com/gen2brain/cam2ip/reader"