File tree Expand file tree Collapse file tree 6 files changed +9
-0
lines changed Expand file tree Collapse file tree 6 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ require (
32
32
github.com/bradfitz/gomemcache v0.0.0-20230611145640-acc696258285
33
33
github.com/confluentinc/confluent-kafka-go v1.9.2
34
34
github.com/confluentinc/confluent-kafka-go/v2 v2.2.0
35
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c
35
36
github.com/denisenkom/go-mssqldb v0.11.0
36
37
github.com/dimfeld/httptreemux/v5 v5.5.0
37
38
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4
Original file line number Diff line number Diff line change @@ -1032,6 +1032,8 @@ github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c/go.mod h1:Ct2BUK8SB0YC1S
1032
1032
github.com/d2g/dhcp4client v1.0.0 /go.mod h1:j0hNfjhrt2SxUOw55nL0ATM/z4Yt3t2Kd1mW34z5W5s =
1033
1033
github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5 /go.mod h1:Eo87+Kg/IX2hfWJfwxMzLyuSZyxSoAug2nGa1G2QAi8 =
1034
1034
github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4 /go.mod h1:bMl4RjIciD2oAxI7DmWRx6gbeqrkoLqv3MV0vzNad+I =
1035
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c h1:3h9o1zuYKNAyi5vpoZlFmmckCXsT+w/VB/PWDtz20EA =
1036
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c /go.mod h1:nJ3ntDIyIQgqzTWF2QiL7eRNTy6iZJbBot3WcB+SymI =
1035
1037
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1036
1038
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1037
1039
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ require (
18
18
github.com/DataDog/go-sqllexer v0.0.14 // indirect
19
19
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.20.0 // indirect
20
20
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
21
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c // indirect
21
22
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22
23
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
23
24
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
40
40
github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
41
41
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 h1:kHaBemcxl8o/pQ5VM1c8PVE1PubbNx3mjUr09OqWGCs =
42
42
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 /go.mod h1:9d6lWj8KzO/fd/NrVaLscBKmPigpZpn5YawRPw+e3Yo =
43
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c h1:3h9o1zuYKNAyi5vpoZlFmmckCXsT+w/VB/PWDtz20EA =
44
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c /go.mod h1:nJ3ntDIyIQgqzTWF2QiL7eRNTy6iZJbBot3WcB+SymI =
43
45
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
44
46
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
45
47
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ require (
27
27
github.com/Microsoft/go-winio v0.6.1 // indirect
28
28
github.com/cespare/xxhash/v2 v2.3.0 // indirect
29
29
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
30
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c // indirect
30
31
github.com/dustin/go-humanize v1.0.1 // indirect
31
32
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
32
33
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
40
40
github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
41
41
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 h1:kHaBemcxl8o/pQ5VM1c8PVE1PubbNx3mjUr09OqWGCs =
42
42
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 /go.mod h1:9d6lWj8KzO/fd/NrVaLscBKmPigpZpn5YawRPw+e3Yo =
43
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c h1:3h9o1zuYKNAyi5vpoZlFmmckCXsT+w/VB/PWDtz20EA =
44
+ github.com/darccio/knobs v0.0.0-20241211164423-8ba351cb0c0c /go.mod h1:nJ3ntDIyIQgqzTWF2QiL7eRNTy6iZJbBot3WcB+SymI =
43
45
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
44
46
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
45
47
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
You can’t perform that action at this time.
0 commit comments