-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
23 lines (21 loc) · 1019 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/JulienVdG/tastevin
go 1.12
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/digitalocean/go-libvirt v0.0.0-20190715144809-7b622097a793 // indirect
github.com/digitalocean/go-qemu v0.0.0-20181112162955-dd7bb9c771b8
github.com/google/goexpect v0.0.0-20190703233430-c416f18ae5af
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f // indirect
github.com/gorilla/websocket v1.4.1
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/vmware/goipmi v0.0.0-20181114221114-2333cd82d702
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
golang.org/x/sys v0.0.0-20190904005037-43c01164e931 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
google.golang.org/grpc v1.23.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)