File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/semperos/ari
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.22.0
5
+ toolchain go1.22.7
6
6
7
7
require (
8
- codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757
8
+ codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18
9
9
github.com/charmbracelet/lipgloss v0.13.1
10
10
github.com/go-resty/resty/v2 v2.15.3
11
11
github.com/jarcoal/httpmock v1.3.1
Original file line number Diff line number Diff line change 1
- codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757 h1:6Pw/aGY5E458q2RoDLyNWCALOi20JArr1Dl3xrmR+mE =
2
- codeberg.org/anaseto/goal v0.44.1-0.20241023153331-ed11e6819757 /go.mod h1:oipi4mkQiwXW9Td2IxNhuMV0Ewq4obs6EvkqpyZ6qMs =
1
+ codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18 h1:FnG1u/we4Drd9ahNqSP4IOPGN3XQj08XNLeqUesH0/w =
2
+ codeberg.org/anaseto/goal v0.44.1-0.20241030090847-5b04f1cc2a18 /go.mod h1:uSilOn+ZWioD+gG+3OopP090Fth5H47V/TU9ziI++CM =
3
3
github.com/apache/arrow/go/v17 v17.0.0 h1:RRR2bdqKcdbss9Gxy2NS/hK8i4LDMh23L6BbkN5+F54 =
4
4
github.com/apache/arrow/go/v17 v17.0.0 /go.mod h1:jR7QHkODl15PfYyjM2nU+yTLScZ/qfj7OSUZmJ8putc =
5
5
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4 =
Original file line number Diff line number Diff line change 1
1
# Vendored Goal Code from Goal Project
2
2
3
- Pulled from Goal at Git commit: ` ed11e68197578900a17f928afc3ccfc6bebe5557 `
3
+ Pulled from Goal at Git commit: ` 5b04f1cc2a1827b9a149795cc7c37afeaf34a9d6 `
Original file line number Diff line number Diff line change 4
4
/ functions are only officially tested on Void Linux and OpenBSD.
5
5
6
6
/ GOALLIB is a file system value for env"GOALLIB" (at startup).
7
- GOALLIB:{?["e"~@x;x; dirfs x] }@env"GOALLIB"
7
+ GOALLIB:{dirfs 'x }@env"GOALLIB"
8
8
/ PS represents the path separator.
9
9
PS:?["windows"~rt.get"os";"\\";"/"]
10
10
/ We define some common portable error messages as globals for convenience.
Original file line number Diff line number Diff line change 1
1
# Vendored Go Code from Goal Project
2
2
3
- Pulled from Goal at Git commit: ` ed11e68197578900a17f928afc3ccfc6bebe5557 `
3
+ Pulled from Goal at Git commit: ` 5b04f1cc2a1827b9a149795cc7c37afeaf34a9d6 `
You can’t perform that action at this time.
0 commit comments