update to recent goutil split
This commit is contained in:
parent
dae7c11433
commit
83331d33c3
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"git.gutmet.org/goutil.git"
|
||||
goutil "git.gutmet.org/goutil.git/misc"
|
||||
"github.com/dghubble/oauth1"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"errors"
|
||||
"flag"
|
||||
"fmt"
|
||||
"git.gutmet.org/goutil.git"
|
||||
goutil "git.gutmet.org/goutil.git/misc"
|
||||
"html"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
|
4
go.mod
4
go.mod
|
@ -1,7 +1,9 @@
|
|||
module git.gutmet.org/drivel.git
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
git.gutmet.org/goutil.git v0.0.0-20181104220708-a4cd634b6eca
|
||||
git.gutmet.org/goutil.git v0.0.0-20201011110813-b9f7ae29b4e6
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dghubble/oauth1 v0.5.0
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
|
|
Loading…
Reference in New Issue
Block a user