-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 686 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/fbac/skproxy
go 1.17
require (
github.com/fbac/skproxy/pkg/config v0.0.0-20220920221335-7d0ed270449f
github.com/fbac/skproxy/pkg/proxy v0.0.0-20220920221335-7d0ed270449f
)
require (
github.com/cilium/ebpf v0.9.2 // indirect
github.com/fbac/sklookup-go v0.1.0-alpha // indirect
github.com/fbac/skproxy/pkg/lb v0.0.0-20220920221335-7d0ed270449f // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/oraoto/go-pidfd v0.1.1 // indirect
github.com/rs/zerolog v1.28.0 // indirect
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
)