Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Fix path for github.com/appscode/log pkg (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Nov 17, 2017
1 parent d3e5b9e commit 90f2f93
Show file tree
Hide file tree
Showing 59 changed files with 3,230 additions and 511 deletions.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"time"

rt "github.com/appscode/g2/pkg/runtime"
"github.com/appscode/log"
"github.com/appscode/go/log"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

rt "github.com/appscode/g2/pkg/runtime"
"github.com/appscode/log"
"github.com/appscode/go/log"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/gearmand/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"log"
"os"

logs "github.com/appscode/go/log/golog"
"github.com/appscode/go/version"
logs "github.com/appscode/log/golog"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
)
Expand Down
33 changes: 18 additions & 15 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import:
- package: github.com/mikespook/golib
- package: github.com/syndtr/goleveldb
- package: github.com/appscode/go
- package: github.com/appscode/log
- package: github.com/spf13/pflag
- package: gopkg.in/robfig/cron.v2
repo: https://github.com/appscode/cron.git
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
. "github.com/appscode/g2/pkg/runtime"
"github.com/appscode/g2/pkg/storage"
"github.com/appscode/g2/pkg/storage/leveldb"
"github.com/appscode/log"
"github.com/appscode/go/log"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
lberror "github.com/syndtr/goleveldb/leveldb/errors"
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"

. "github.com/appscode/g2/pkg/runtime"
"github.com/appscode/log"
"github.com/appscode/go/log"
)

type session struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"time"

"github.com/appscode/g2/pkg/runtime"
"github.com/appscode/log"
"github.com/appscode/go/log"
)

var (
Expand Down
31 changes: 31 additions & 0 deletions vendor/github.com/appscode/go/context/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 15 additions & 14 deletions vendor/github.com/appscode/go/version/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90f2f93

Please sign in to comment.