Skip to content

Commit

Permalink
Merge pull request #1 from nlnwa/log-service
Browse files Browse the repository at this point in the history
Add test and working list implementation
  • Loading branch information
maeb authored Apr 21, 2021
2 parents 6688b57 + 57a6d6d commit d1a368b
Show file tree
Hide file tree
Showing 6 changed files with 1,026 additions and 120 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ go 1.15

require (
github.com/gocql/gocql v0.0.0-20210129204804-4364a4b9cfdd
github.com/nlnwa/veidemann-api/go v0.0.0-20210406160358-ce1afa160662
github.com/google/uuid v1.2.0
github.com/nlnwa/veidemann-api/go v0.0.0-20210413093311-7ff38e848604
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v0.9.3
github.com/prometheus/common v0.4.0
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
github.com/rs/zerolog v1.20.0
github.com/scylladb/gocqlx/v2 v2.3.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/testcontainers/testcontainers-go v0.10.0
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.26.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)

replace github.com/gocql/gocql => github.com/scylladb/gocql v1.5.0
Loading

0 comments on commit d1a368b

Please sign in to comment.