Skip to content

Commit a404a3a

Browse files
authored
Cleanup packages (#53)
* Remove unused packages * Remove separate module for k8sevent input
1 parent e784ee6 commit a404a3a

23 files changed

+263
-4234
lines changed

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,27 @@ go 1.14
44

55
require (
66
github.com/antonmedv/expr v1.8.2
7-
github.com/cenkalti/backoff/v4 v4.0.2
87
github.com/json-iterator/go v1.1.10
98
github.com/kr/text v0.2.0 // indirect
109
github.com/mitchellh/mapstructure v1.4.1
11-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
12-
github.com/modern-go/reflect2 v1.0.1 // indirect
1310
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1411
github.com/observiq/ctimefmt v1.0.0
1512
github.com/observiq/go-syslog/v3 v3.0.2
1613
github.com/observiq/nanojack v0.0.0-20201106172433-343928847ebc
17-
github.com/pkg/errors v0.9.1 // indirect
1814
github.com/stretchr/objx v0.1.1 // indirect
1915
github.com/stretchr/testify v1.6.1
2016
go.etcd.io/bbolt v1.3.4
2117
go.uber.org/zap v1.15.0
2218
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
2319
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
24-
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
2520
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
2621
golang.org/x/text v0.3.3
2722
golang.org/x/tools v0.0.0-20200904185747-39188db58858 // indirect
2823
gonum.org/v1/gonum v0.6.2
2924
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
3025
gopkg.in/yaml.v2 v2.3.0
3126
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
27+
k8s.io/api v0.19.0
28+
k8s.io/apimachinery v0.19.0
29+
k8s.io/client-go v0.19.0
3230
)

go.sum

Lines changed: 260 additions & 3 deletions
Large diffs are not rendered by default.

operator/buffer/buffer.go

Lines changed: 0 additions & 94 deletions
This file was deleted.

operator/buffer/buffer_test.go

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)