Some cleanup
This commit is contained in:
parent
d3386d4a58
commit
4f44943d90
7 changed files with 90 additions and 19 deletions
13
go.mod
13
go.mod
|
|
@ -1,3 +1,16 @@
|
|||
module o5r.ca/autocrossbow
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/anthropics/anthropic-sdk-go v1.18.0 // indirect
|
||||
github.com/eliziario/jira-lib v0.4.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/ollama/ollama v0.12.11 // indirect
|
||||
github.com/tidwall/gjson v1.18.0 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
golang.org/x/crypto v0.40.0 // indirect
|
||||
golang.org/x/sys v0.36.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue