Skip to content

Commit

Permalink
Merge pull request #8 from traetox/master
Browse files Browse the repository at this point in the history
updating gravwell package and fixing the README
  • Loading branch information
kris-watts-gravwell authored Feb 19, 2022
2 parents dc770fb + 8e83567 commit 28892bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ Gravwell provides a CoreDNS Kit to work with data ingested by CoreDNS out of the
```
git clone https://github.com/coredns/coredns.git
pushd coredns
git checkout v1.6.9
sed -i 's/metadata:metadata/metadata:metadata\ngravwell:github.com\/gravwell\/coredns/g' plugin.cfg
go generate
CGO_ENABLED=0 go build -o /tmp/coredns
CGO_ENABLED=0 go build -trimpath -ldflags="-s -w" -o /tmp/coredns
popd
```

Expand Down
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ go 1.13
require (
github.com/caddyserver/caddy v1.0.5
github.com/coredns/coredns v1.6.9
github.com/gravwell/gravwell/v3 v3.3.14
github.com/miekg/dns v1.1.29
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
github.com/gravwell/gravwell/v3 v3.8.5
github.com/miekg/dns v1.1.43
go.etcd.io/bbolt v1.3.4 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ github.com/gravwell/gcfg v1.2.8 h1:aS+W5u5xBpjjZ4QuSiI1Hy6Qb3+ygn9cQRXFf5XLmA8=
github.com/gravwell/gcfg v1.2.8/go.mod h1:N+S2rmWz+IHo5zTQaDshQr+qEVGldBRzAnlRkf1yO8c=
github.com/gravwell/gravwell/v3 v3.3.14 h1:d/sOg0Cdw9nNoWbn/GWZv5Jnm4SqFSqCnRplqTBiBEc=
github.com/gravwell/gravwell/v3 v3.3.14/go.mod h1:tA2pKoUODWV1BM6Ondx0jDpPVVlglvm9FBjoSUV5P1I=
github.com/gravwell/gravwell/v3 v3.8.5 h1:JCaEegeSV15XQCQ/KmG6V8a/yg6u+H/sdM09wlpRbiw=
github.com/gravwell/gravwell/v3 v3.8.5/go.mod h1:efM47BG3ltPnAJiIBLX2N7Li3pLpdRQYxZd6Ej71sjY=
github.com/gravwell/ingest v3.2.2+incompatible h1:ZppzqTOgMi/YHIbvIhb3/mirrTYj/76n/7WdR3KMWdk=
github.com/gravwell/ingest/v3 v3.3.2 h1:gy2GimQwEOe2uqmWJlMYEbcINwCW1UAjjskY1kXLSpk=
github.com/gravwell/ingest/v3 v3.3.2/go.mod h1:5aiOjQZNnXW7e0DmN5qIDlNE/3MD76cqIng5dIZ2kuQ=
Expand Down Expand Up @@ -351,6 +353,7 @@ github.com/miekg/dns v1.1.25 h1:dFwPR6SfLtrSwgDcIq2bcU/gVutB4sNApq2HBdqcakg=
github.com/miekg/dns v1.1.25/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/miekg/dns v1.1.29 h1:xHBEhR+t5RzcFJjBLJlax2daXOrTYtr9z4WdKEfWFzg=
github.com/miekg/dns v1.1.29/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM=
github.com/miekg/dns v1.1.43/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4=
github.com/minio/highwayhash v1.0.0/go.mod h1:xQboMTeM9nY9v/LlAOxFctujiv5+Aq2hR5dxBpaMbdc=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed/go.mod h1:3rdaFaCv4AyBgu5ALFM0+tSuHrBh6v692nyQe3ikrq0=
Expand Down Expand Up @@ -574,6 +577,7 @@ golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLL
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20200301022130-244492dfa37a h1:GuSPYbZzB5/dcLNCwLQLsg3obCJtX9IJhpXkvY7kzk0=
golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down
2 changes: 1 addition & 1 deletion gravwell.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"strings"
"time"

"github.com/caddyserver/caddy"
"github.com/coredns/caddy"
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/plugin"
"github.com/gravwell/gravwell/v3/ingest"
Expand Down

0 comments on commit 28892bb

Please # to comment.