about summary refs log tree commit diff
path: root/pkgs/servers/interlock/deps.json
blob: a501a3087d7bed1efbd18b4ccb8e2e8b527905c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "include": "../../../go-modules/libs.json",
    "packages": [
      "github.com/Sirupsen/logrus",
      "github.com/agl/ed25519",
      "github.com/golang/protobuf",
      "github.com/janimo/textsecure",
      "golang.org/x/crypto",
      "golang.org/x/net",
      "gopkg.in/yaml.v2"
    ]
  }
]