-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
37 lines (34 loc) · 1.6 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module cdr.dev/grip
go 1.17
require (
github.com/bluele/slack v0.0.0-20180528010058-b4b4d354a079
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/dghubble/go-twitter v0.0.0-20190719072343-39e5462e111f
github.com/dghubble/oauth1 v0.6.0
github.com/fuyufjh/splunk-hec-go v0.3.3
github.com/gen2brain/beeep v0.0.0-20200420150314-13046a26d502
github.com/mattn/go-xmpp v0.0.0-20200309091041-899ef71e80d2
github.com/montanaflynn/stats v0.6.3
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.20.11+incompatible
github.com/stretchr/testify v1.3.0
)
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dghubble/sling v1.3.0 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
github.com/gopherjs/gopherwasm v1.1.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)