Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Commit

Permalink
Import path update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasd committed Aug 8, 2016
1 parent 6e00670 commit 5692551
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions cmd/walkhub/main.go
Expand Up @@ -26,9 +26,9 @@ import (


"github.com/Pronovix/walkhub-service" "github.com/Pronovix/walkhub-service"
"github.com/spf13/viper" "github.com/spf13/viper"
"github.com/tamasd/ab/lib/log" "gitlab.com/tamasd/ab/lib/log"
"github.com/tamasd/ab/services/auth" "gitlab.com/tamasd/ab/services/auth"
"github.com/tamasd/ab/util" "gitlab.com/tamasd/ab/util"
) )


func isHTTPS(baseurl string) bool { func isHTTPS(baseurl string) bool {
Expand Down
2 changes: 1 addition & 1 deletion embedlog.go
Expand Up @@ -22,7 +22,7 @@ import (
"net/http" "net/http"
"time" "time"


"github.com/tamasd/ab" "gitlab.com/tamasd/ab"
) )


type EmbedLog struct { type EmbedLog struct {
Expand Down
2 changes: 1 addition & 1 deletion log.go
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/go-kit/kit/metrics" "github.com/go-kit/kit/metrics"
"github.com/go-kit/kit/metrics/prometheus" "github.com/go-kit/kit/metrics/prometheus"
stdprometheus "github.com/prometheus/client_golang/prometheus" stdprometheus "github.com/prometheus/client_golang/prometheus"
"github.com/tamasd/ab" "gitlab.com/tamasd/ab"
) )


type Log struct { type Log struct {
Expand Down
4 changes: 2 additions & 2 deletions mailchimp.go
Expand Up @@ -24,8 +24,8 @@ import (
"net/http" "net/http"


"github.com/spf13/viper" "github.com/spf13/viper"
"github.com/tamasd/ab" "gitlab.com/tamasd/ab"
"github.com/tamasd/ab/lib/log" "gitlab.com/tamasd/ab/lib/log"
) )


var _ ab.EntityWriteEvent = &mailchimpClient{} var _ ab.EntityWriteEvent = &mailchimpClient{}
Expand Down
2 changes: 1 addition & 1 deletion screening.go
Expand Up @@ -32,8 +32,8 @@ import (
"time" "time"


"github.com/nfnt/resize" "github.com/nfnt/resize"
"github.com/tamasd/ab"
"github.com/vincent-petithory/dataurl" "github.com/vincent-petithory/dataurl"
"gitlab.com/tamasd/ab"
) )


type Screening struct { type Screening struct {
Expand Down
8 changes: 4 additions & 4 deletions server.go
Expand Up @@ -30,10 +30,10 @@ import (
"github.com/go-kit/kit/metrics/prometheus" "github.com/go-kit/kit/metrics/prometheus"
stdprometheus "github.com/prometheus/client_golang/prometheus" stdprometheus "github.com/prometheus/client_golang/prometheus"
"github.com/spf13/viper" "github.com/spf13/viper"
"github.com/tamasd/ab" "gitlab.com/tamasd/ab"
"github.com/tamasd/ab/providers/auth/google" "gitlab.com/tamasd/ab/providers/auth/google"
"github.com/tamasd/ab/services/auth" "gitlab.com/tamasd/ab/services/auth"
"github.com/tamasd/ab/services/search" "gitlab.com/tamasd/ab/services/search"
) )


type WalkhubServer struct { type WalkhubServer struct {
Expand Down
2 changes: 1 addition & 1 deletion siteinfo.go
Expand Up @@ -26,7 +26,7 @@ import (
"sync" "sync"
"time" "time"


"github.com/tamasd/ab" "gitlab.com/tamasd/ab"
) )


var timeoutError = errors.New("siteinfo wait timeout") var timeoutError = errors.New("siteinfo wait timeout")
Expand Down
6 changes: 3 additions & 3 deletions user.go
Expand Up @@ -22,9 +22,9 @@ import (
"time" "time"


"github.com/lib/pq" "github.com/lib/pq"
"github.com/tamasd/ab" "gitlab.com/tamasd/ab"
"github.com/tamasd/ab/providers/auth/google" "gitlab.com/tamasd/ab/providers/auth/google"
"github.com/tamasd/ab/services/auth" "gitlab.com/tamasd/ab/services/auth"
"google.golang.org/api/plus/v1" "google.golang.org/api/plus/v1"
) )


Expand Down
6 changes: 3 additions & 3 deletions walkthrough.go
Expand Up @@ -30,9 +30,9 @@ import (
"time" "time"


"github.com/pborman/uuid" "github.com/pborman/uuid"
"github.com/tamasd/ab" "gitlab.com/tamasd/ab"
"github.com/tamasd/ab/services/search" "gitlab.com/tamasd/ab/services/search"
"github.com/tamasd/ab/util" "gitlab.com/tamasd/ab/util"
) )


var WalkthroughNotFoundError = errors.New("walkthrough is not found") var WalkthroughNotFoundError = errors.New("walkthrough is not found")
Expand Down

0 comments on commit 5692551

Please sign in to comment.