Skip to content

Commit

Permalink
fix: remove orion dep
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors committed May 25, 2020
1 parent 7b334d2 commit 17bce8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 173 deletions.
2 changes: 1 addition & 1 deletion celery/celery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
. "github.com/smartystreets/goconvey/convey"
"github.com/stretchr/testify/mock"

"github.com/Syncano/orion/pkg/celery/mocks"
"github.com/Syncano/pkg-go/celery/mocks"
)

var err = errors.New("some error")
Expand Down
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.14

require (
cloud.google.com/go/storage v1.8.0
github.com/Syncano/orion v0.0.0-20200519083123-4e78bafff355
github.com/TheZeroSlave/zapsentry v1.4.0
github.com/alexandrevicenzi/unchained v1.3.0
github.com/aws/aws-sdk-go v1.31.4
Expand All @@ -13,6 +12,8 @@ require (
github.com/go-pg/pg/v9 v9.1.6
github.com/go-redis/cache/v7 v7.0.2
github.com/go-redis/redis/v7 v7.3.0
github.com/google/uuid v1.1.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d
github.com/hnakamur/zap-ltsv v0.0.0-20170731143423-10a3dd1d839c
github.com/imdario/mergo v0.3.9
Expand All @@ -22,8 +23,10 @@ require (
github.com/onsi/ginkgo v1.12.2 // indirect
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
github.com/smartystreets/assertions v1.1.0 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/vektra/mockery v1.1.2
github.com/vmihailenco/msgpack/v4 v4.3.11
Expand Down
Loading

0 comments on commit 17bce8f

Please sign in to comment.