aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2026-02-13go.mod: update all dependenciesHEADmainShulhan
2025-07-06all: replace module github.com/shuLhan/share with pakakeh.goShulhan
2023-03-07go.mod: set minimum go version to 1.18 and update all dependenciesShulhan
This changes remove the "-cache" and "-testcache" options when running GoClean due to both of this options case an exit status 1 on Go 1.18.
2022-01-30go.mod: update all dependenciesShulhan
This changes affect code that use lib/test.Assert().
2019-06-25env: fix missing exclude, deps, required-by, and missing statementsShulhan
2019-06-18all: update package share from v0.6.1 to v0.7.0Shulhan
This update bring new change on how to use the ini package.
2019-06-09go.mod: update dependenciesShulhan
2019-03-30all: use copy of "golang.org/x/tools/go/vcs"Shulhan
The indirect dependencies of package "golang.org/x/tools/go/vcs" is overwhelming. Using "go get" on this package alone will pull up all dependency of "golang.org/x/tools". To minimize unneeded download of unneeded packages we copy the package vcs to our own repository including their license file.
2019-01-25go.mod: update dependency on package "github.com/shuLhan/share"Shulhan
2018-12-13Update dependencies and fix testsShulhan
2018-11-01Update Go modulesShulhan
2018-09-29go.mod: update dependenciesShulhan
2018-09-18env_test: replace package "tekstus/diff" with new upstreamShulhan
The original "tekstus" package has been deprecated and merged into "github.com/shuLhan/share/lib/text/diff".
2018-09-15Update Go module dependenciesShulhan
lib/git.FetchAll now fetch all remote tags.
2018-09-14Replace local debug variable with debug packageShulhan
2018-09-13Replace git and common functions with package share/lib/{git,io}Shulhan
2018-09-04Add Go modulev0.4.0Shulhan