pidgin/carrier

change the package to the new host and run go mod tidy
draft default tip
2020-05-04, Gary Kramlich
599c20fd7100
Parents 925f33a47920
Children
change the package to the new host and run go mod tidy
--- a/go.mod Sun Nov 03 04:53:33 2019 -0600
+++ b/go.mod Mon May 04 22:25:27 2020 -0500
@@ -1,7 +1,9 @@
-module bitbucket.org/pidgin/carrier
+module keep.imfreedom.org/pidgin/carrier
require (
bitbucket.org/ckvist/twilio v0.0.0-20170512072134-13c593a1721b
github.com/kelseyhightower/envconfig v1.3.0
github.com/sirupsen/logrus v1.4.1
)
+
+go 1.13
--- a/go.sum Sun Nov 03 04:53:33 2019 -0600
+++ b/go.sum Mon May 04 22:25:27 2020 -0500
@@ -1,13 +1,17 @@
bitbucket.org/ckvist/twilio v0.0.0-20170512072134-13c593a1721b h1:EgVTZyg+IROzDLG86gbfoLk4k6nwypmTHmjXDgYMzD4=
bitbucket.org/ckvist/twilio v0.0.0-20170512072134-13c593a1721b/go.mod h1:tZckALWIGoGfdoe/aKzxBL5qViz4qXogqZx1UViXWME=
+github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/kelseyhightower/envconfig v1.3.0 h1:IvRS4f2VcIQy6j4ORGIf9145T/AsUB+oY8LyvN8BXNM=
github.com/kelseyhightower/envconfig v1.3.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
+github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
+github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sirupsen/logrus v1.4.1 h1:GL2rEmy6nsikmW0r8opw9JIRScdMF5hA8cOYLH7In1k=
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
+github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 h1:I6FyU15t786LL7oL/hn43zqTuEGr4PN7F4XJ1p4E3Y8=
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
--- a/main.go Sun Nov 03 04:53:33 2019 -0600
+++ b/main.go Mon May 04 22:25:27 2020 -0500
@@ -7,8 +7,8 @@
log "github.com/sirupsen/logrus"
- "bitbucket.org/pidgin/carrier/config"
- "bitbucket.org/pidgin/carrier/server"
+ "keep.imfreedom.org/pidgin/carrier/config"
+ "keep.imfreedom.org/pidgin/carrier/server"
)
func init() {
--- a/server/server.go Sun Nov 03 04:53:33 2019 -0600
+++ b/server/server.go Mon May 04 22:25:27 2020 -0500
@@ -5,7 +5,7 @@
log "github.com/sirupsen/logrus"
- "bitbucket.org/pidgin/carrier/uptimerobot"
+ "keep.imfreedom.org/pidgin/carrier/uptimerobot"
)
type Server struct {
--- a/uptimerobot/uptimerobot.go Sun Nov 03 04:53:33 2019 -0600
+++ b/uptimerobot/uptimerobot.go Mon May 04 22:25:27 2020 -0500
@@ -7,7 +7,7 @@
"bitbucket.org/ckvist/twilio/twirest"
log "github.com/sirupsen/logrus"
- "bitbucket.org/pidgin/carrier/config"
+ "keep.imfreedom.org/pidgin/carrier/config"
)
var (