Skip to content

Commit

Permalink
Merge pull request #76 from unchartedsoftware/switch-primitive-ingest
Browse files Browse the repository at this point in the history
Switch primitive ingest
  • Loading branch information
cdbethune authored Oct 30, 2018
2 parents bbf4dc9 + c6857a2 commit c44a146
Show file tree
Hide file tree
Showing 54 changed files with 13,332 additions and 562 deletions.
205 changes: 180 additions & 25 deletions Gopkg.lock

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

16 changes: 16 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,22 @@
name = "github.com/aws/aws-sdk-go"
version = "1.8.3"

[[constraint]]
name = "github.com/golang/protobuf"
version = "1.1.0"

[[constraint]]
name = "github.com/go-pg/pg"
version = "6.4.24"

[[constraint]]
branch = "master"
name = "github.com/unchartedsoftware/plog"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.11.3"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
Expand All @@ -45,6 +57,10 @@
name = "gopkg.in/olivere/elastic.v5"
version = "5.0.45"

[[constraint]]
name = "github.com/otiai10/copy"
source = "[email protected]:otiai10/copy.git"

[prune]
go-tests = true
unused-packages = true
Loading

0 comments on commit c44a146

Please sign in to comment.