Files
kopia/go.mod
Jarek Kowalski 2787011e02 Revamped kopia.io website.
Added build pipeline to keep the reference in sync with the code.
2019-05-09 22:11:03 -07:00

25 lines
1019 B
Modula-2

module github.com/kopia/kopia
go 1.12
require (
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/bgentry/speakeasy v0.1.0
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40
github.com/danieljoos/wincred v1.0.1 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/jpillora/go-ogle-analytics v0.0.0-20161213085824-14b04e0594ef
github.com/kopia/repo v0.3.0-pre2
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/stretchr/testify v1.3.0 // indirect
github.com/zalando/go-keyring v0.0.0-20190208082241-fbe81aec3a07
golang.org/x/net v0.0.0-20190328230028-74de082e2cca
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
// replace github.com/kopia/repo => ../repo