-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (31 loc) · 1.25 KB
/
go.mod
File metadata and controls
36 lines (31 loc) · 1.25 KB
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
module github.com/jonhadfield/soba
go 1.25.1
//replace github.com/jonhadfield/githosts-utils => ../githosts-utils
require (
github.com/go-co-op/gocron/v2 v2.21.0
github.com/hashicorp/go-retryablehttp v0.7.8
github.com/jonhadfield/githosts-utils v0.0.0-20260419120600-ebf014f82586
github.com/slack-go/slack v0.22.0
github.com/stretchr/testify v1.11.1
gitlab.com/tozd/go/errors v0.11.1
gopkg.in/h2non/gock.v1 v1.1.2
)
require (
filippo.io/age v1.3.1 // indirect
filippo.io/hpke v0.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
github.com/microsoft/azure-devops-go-api/azuredevops/v7 v7.1.0 // indirect
github.com/peterhellberg/link v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.43.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
//replace github.com/jonhadfield/githosts-utils => ../githosts-utils