module barista.run go 1.13 require ( github.com/coreos/go-systemd/v22 v22.3.2 github.com/dustin/go-humanize v1.0.0 github.com/fsnotify/fsnotify v1.4.9 github.com/godbus/dbus/v5 v5.0.4 github.com/lucasb-eyer/go-colorful v1.2.0 github.com/martinlindhe/unit v0.0.0-20190604142932-3b6be53d49af github.com/maximbaz/yubikey-touch-detector v0.0.0-20200307130350-24f6f7449a30 github.com/spf13/afero v1.6.0 github.com/stretchr/testify v1.7.0 github.com/vishvananda/netlink v1.1.0 github.com/zalando/go-keyring v0.1.1 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e google.golang.org/api v0.47.0 gopkg.in/yaml.v2 v2.4.0 )