-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathimports_linux.go
More file actions
111 lines (110 loc) · 5.39 KB
/
Copy pathimports_linux.go
File metadata and controls
111 lines (110 loc) · 5.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
// Code generated by github.com/edwarnicke/imports-gen DO NOT EDIT.
package imports
import (
_ "bytes"
_ "context"
_ "encoding/json"
_ "fmt"
_ "git.fd.io/govpp.git/api"
_ "git.fd.io/govpp.git/binapi/vpe"
_ "github.com/antonfisher/nested-logrus-formatter"
_ "github.com/edwarnicke/debug"
_ "github.com/edwarnicke/exechelper"
_ "github.com/edwarnicke/govpp/binapi/acl"
_ "github.com/edwarnicke/govpp/binapi/acl_types"
_ "github.com/edwarnicke/govpp/binapi/af_packet"
_ "github.com/edwarnicke/govpp/binapi/fib_types"
_ "github.com/edwarnicke/govpp/binapi/interface"
_ "github.com/edwarnicke/govpp/binapi/interface_types"
_ "github.com/edwarnicke/govpp/binapi/ip"
_ "github.com/edwarnicke/govpp/binapi/ip_neighbor"
_ "github.com/edwarnicke/govpp/binapi/ip_types"
_ "github.com/edwarnicke/govpp/binapi/vpe"
_ "github.com/edwarnicke/grpcfd"
_ "github.com/edwarnicke/vpphelper"
_ "github.com/golang/protobuf/ptypes/empty"
_ "github.com/google/uuid"
_ "github.com/kelseyhightower/envconfig"
_ "github.com/networkservicemesh/api/pkg/api/networkservice"
_ "github.com/networkservicemesh/api/pkg/api/networkservice/mechanisms/cls"
_ "github.com/networkservicemesh/api/pkg/api/networkservice/mechanisms/kernel"
_ "github.com/networkservicemesh/api/pkg/api/networkservice/mechanisms/memif"
_ "github.com/networkservicemesh/api/pkg/api/networkservice/mechanisms/vxlan"
_ "github.com/networkservicemesh/api/pkg/api/networkservice/mechanisms/wireguard"
_ "github.com/networkservicemesh/api/pkg/api/networkservice/payload"
_ "github.com/networkservicemesh/api/pkg/api/registry"
_ "github.com/networkservicemesh/sdk-kernel/pkg/kernel/networkservice/connectioncontextkernel"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/chains/xconnectns"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/connectioncontext"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/connectioncontext/mtu"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/mechanisms/kernel"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/mechanisms/memif"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/mechanisms/vxlan"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/mechanisms/wireguard"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/pinhole"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/stats"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/tag"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/up"
_ "github.com/networkservicemesh/sdk-vpp/pkg/networkservice/xconnect"
_ "github.com/networkservicemesh/sdk-vpp/pkg/tools/types"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/chains/client"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/chains/endpoint"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/authorize"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanisms"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanisms/kernel"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanisms/recvfd"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanisms/sendfd"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/mechanismtranslation"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/refresh"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/serialize"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/common/updatepath"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/core/adapters"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/core/chain"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/core/next"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/ipam/point2pointipam"
_ "github.com/networkservicemesh/sdk/pkg/networkservice/utils/metadata"
_ "github.com/networkservicemesh/sdk/pkg/registry/chains/client"
_ "github.com/networkservicemesh/sdk/pkg/registry/common/expire"
_ "github.com/networkservicemesh/sdk/pkg/registry/common/memory"
_ "github.com/networkservicemesh/sdk/pkg/registry/common/recvfd"
_ "github.com/networkservicemesh/sdk/pkg/registry/core/adapters"
_ "github.com/networkservicemesh/sdk/pkg/registry/core/chain"
_ "github.com/networkservicemesh/sdk/pkg/tools/grpcutils"
_ "github.com/networkservicemesh/sdk/pkg/tools/log"
_ "github.com/networkservicemesh/sdk/pkg/tools/log/logruslogger"
_ "github.com/networkservicemesh/sdk/pkg/tools/opentracing"
_ "github.com/networkservicemesh/sdk/pkg/tools/resetting"
_ "github.com/networkservicemesh/sdk/pkg/tools/spiffejwt"
_ "github.com/networkservicemesh/sdk/pkg/tools/spire"
_ "github.com/networkservicemesh/sdk/pkg/tools/token"
_ "github.com/pkg/errors"
_ "github.com/sirupsen/logrus"
_ "github.com/spiffe/go-spiffe/v2/bundle/x509bundle"
_ "github.com/spiffe/go-spiffe/v2/spiffetls/tlsconfig"
_ "github.com/spiffe/go-spiffe/v2/svid/x509svid"
_ "github.com/spiffe/go-spiffe/v2/workloadapi"
_ "github.com/stretchr/testify/assert"
_ "github.com/stretchr/testify/require"
_ "github.com/stretchr/testify/suite"
_ "github.com/thanhpk/randstr"
_ "github.com/vishvananda/netlink"
_ "github.com/vishvananda/netns"
_ "google.golang.org/grpc"
_ "google.golang.org/grpc/credentials"
_ "google.golang.org/grpc/health/grpc_health_v1"
_ "io"
_ "io/ioutil"
_ "net"
_ "net/url"
_ "os"
_ "os/signal"
_ "path/filepath"
_ "runtime"
_ "sort"
_ "strconv"
_ "strings"
_ "sync"
_ "syscall"
_ "testing"
_ "time"
)