Commits on Source (16)
-
Ariadne Conill authoredfe680c36
-
Ariadne Conill authored10d2f1fb
-
Ariadne Conill authored007f8f5b
-
Ariadne Conill authored9531ff03
-
Kevin Daudt authored
Tokenizes versions using the same algorithm as in apk-tools. Version comparisons will come in a future MR. cc @jdolitsky @kdaudt See: alpine/go!20
c3a28d4f -
Kevin Daudt authored9e42de69
-
Kevin Daudt authored
See: alpine/go!21
c8ef68c4 -
Kevin Daudt authored
This information has been added to releases.json
fd3d8fa2 -
Ariadne Conill authored530678b0
-
Ariadne Conill authoredd4796ed6
-
Kevin Daudt authored
For whatever reason, replaces entries were not being loaded from indices/packages. Add support for loading them from both. See: alpine/go!22
f22972d0 -
Kevin Daudt authored
the `pkg/` directory is deprecated and will be removed.
cdec36b4 -
Kevin Daudt authored1aa8f7b4
-
Kevin Daudt authored
Document how the package is used and add description.
be01e662 -
Kevin Daudt authoredd897c79e
-
Kevin Daudt authored
Update the documentation and readme. See: alpine/go!23
module gitlab.alpinelinux.org/alpine/go | ||
go 1.16 | ||
go 1.19 | ||
require ( | ||
github.com/MakeNowJust/heredoc v1.0.0 | ||
github.com/stretchr/testify v1.8.0 | ||
golang.org/x/exp v0.0.0-20221212164502-fae10dda9338 | ||
gopkg.in/ini.v1 v1.67.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
mvdan.cc/sh/v3 v3.5.1 | ||
) | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
version/example_test.go
0 → 100644
version/version.go
0 → 100644
version/version_test.go
0 → 100644