|
36 | 36 | "k8s.io/kubernetes/cmd/kubeadm"
|
37 | 37 | ]
|
38 | 38 | },
|
39 |
| - { |
40 |
| - "SelectorRegexp": "k8s[.]io/utils", |
41 |
| - "AllowedPrefixes": [ |
42 |
| - "k8s.io/utils/exec", |
43 |
| - "k8s.io/utils/integer", |
44 |
| - "k8s.io/utils/path", |
45 |
| - "k8s.io/utils/pointer", |
46 |
| - "k8s.io/utils/net", |
47 |
| - "k8s.io/utils/trace" |
48 |
| - ] |
49 |
| - }, |
50 |
| - { |
51 |
| - "SelectorRegexp": "github[.]com", |
52 |
| - "AllowedPrefixes": [ |
53 |
| - "github.com/beorn7/perks/quantile", |
54 |
| - "github.com/blang/semver", |
55 |
| - "github.com/coredns/corefile-migration/migration", |
56 |
| - "github.com/coreos/etcd/auth/authpb", |
57 |
| - "github.com/coreos/etcd/clientv3", |
58 |
| - "github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes", |
59 |
| - "github.com/coreos/etcd/etcdserver/etcdserverpb", |
60 |
| - "github.com/coreos/etcd/mvcc/mvccpb", |
61 |
| - "github.com/coreos/etcd/pkg/tlsutil", |
62 |
| - "github.com/coreos/etcd/pkg/transport", |
63 |
| - "github.com/davecgh/go-spew/spew", |
64 |
| - "github.com/docker/distribution/reference", |
65 |
| - "github.com/godbus/dbus", |
66 |
| - "github.com/gogo/protobuf/proto", |
67 |
| - "github.com/gogo/protobuf/sortkeys", |
68 |
| - "github.com/golang/groupcache/lru", |
69 |
| - "github.com/golang/protobuf/proto", |
70 |
| - "github.com/golang/protobuf/ptypes", |
71 |
| - "github.com/googleapis/gnostic/compiler", |
72 |
| - "github.com/googleapis/gnostic/extensions", |
73 |
| - "github.com/googleapis/gnostic/OpenAPIv2", |
74 |
| - "github.com/google/btree", |
75 |
| - "github.com/google/gofuzz", |
76 |
| - "github.com/gregjones/httpcache", |
77 |
| - "github.com/hashicorp/golang-lru", |
78 |
| - "github.com/imdario/mergo", |
79 |
| - "github.com/json-iterator/go", |
80 |
| - "github.com/MakeNowJust/heredoc", |
81 |
| - "github.com/matttproud/golang_protobuf_extensions/pbutil", |
82 |
| - "github.com/caddyserver/caddy/caddyfile", |
83 |
| - "github.com/modern-go/concurrent", |
84 |
| - "github.com/modern-go/reflect2", |
85 |
| - "github.com/opencontainers/go-digest", |
86 |
| - "github.com/opencontainers/image-spec/specs-go", |
87 |
| - "github.com/peterbourgon/diskv", |
88 |
| - "github.com/pkg/errors", |
89 |
| - "github.com/pmezard/go-difflib/difflib", |
90 |
| - "github.com/prometheus/client_golang/prometheus", |
91 |
| - "github.com/prometheus/client_model/go", |
92 |
| - "github.com/prometheus/common/expfmt", |
93 |
| - "github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg", |
94 |
| - "github.com/prometheus/common/model", |
95 |
| - "github.com/prometheus/procfs", |
96 |
| - "github.com/PuerkitoBio/purell", |
97 |
| - "github.com/PuerkitoBio/urlesc", |
98 |
| - "github.com/lithammer/dedent", |
99 |
| - "github.com/russross/blackfriday", |
100 |
| - "github.com/shurcooL/sanitized_anchor_name", |
101 |
| - "github.com/spf13/cobra", |
102 |
| - "github.com/spf13/pflag", |
103 |
| - "github.com/vishvananda/netlink" |
104 |
| - ] |
105 |
| - }, |
106 |
| - { |
107 |
| - "SelectorRegexp": "golang[.]org", |
108 |
| - "AllowedPrefixes": [ |
109 |
| - "golang.org/x/crypto/ed25519", |
110 |
| - "golang.org/x/crypto/ssh/terminal", |
111 |
| - "golang.org/x/net/context", |
112 |
| - "golang.org/x/net/http2", |
113 |
| - "golang.org/x/net/idna", |
114 |
| - "golang.org/x/net/internal/timeseries", |
115 |
| - "golang.org/x/net/lex/httplex", |
116 |
| - "golang.org/x/net/proxy", |
117 |
| - "golang.org/x/net/trace", |
118 |
| - "golang.org/x/oauth2", |
119 |
| - "golang.org/x/sys/unix", |
120 |
| - "golang.org/x/text/cases", |
121 |
| - "golang.org/x/text/internal", |
122 |
| - "golang.org/x/text/language", |
123 |
| - "golang.org/x/text/runes", |
124 |
| - "golang.org/x/text/secure/bidirule", |
125 |
| - "golang.org/x/text/secure/precis", |
126 |
| - "golang.org/x/text/transform", |
127 |
| - "golang.org/x/text/unicode/bidi", |
128 |
| - "golang.org/x/text/unicode/norm", |
129 |
| - "golang.org/x/text/width", |
130 |
| - "golang.org/x/time/rate", |
131 |
| - "google.golang.org/grpc" |
132 |
| - ] |
133 |
| - }, |
134 | 39 | {
|
135 | 40 | "SelectorRegexp": "gopkg[.]in",
|
136 | 41 | "AllowedPrefixes": [
|
|
0 commit comments