File: Gopkg.toml

package info (click to toggle)
opensnitch 1.6.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,980 kB
  • sloc: python: 12,604; ansic: 1,965; sh: 435; makefile: 239; xml: 50; sql: 3
file content (19 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[constraint]]
  name = "github.com/fsnotify/fsnotify"
  version = "1.4.7"

[[constraint]]
  name = "github.com/google/gopacket"
  version = "~1.1.14"

[[constraint]]
  name = "google.golang.org/grpc"
  version = "~1.11.2"

[[constraint]]
  name = "github.com/evilsocket/ftrace"
  version = "~1.2.0"

[prune]
  go-tests = true
  unused-packages = true