diff options
author | Jakob Unterwurzacher | 2025-07-09 19:39:33 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-07-09 19:39:33 +0200 |
commit | d98fe5e4922a409b367a1e0eeec138e7ae598452 (patch) | |
tree | 6a39438b7316dc8d5172eb378a051be45753bbc1 /go.mod | |
parent | 4cd56460fdf1cce857f9929ecd6cbdddaad65474 (diff) |
go-git-gitignore: add pattern_test.go
Version https://github.com/go-git/go-git/commit/d767b7256ade17d20467bea377af4045b9cd8015
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,3 +13,10 @@ require ( golang.org/x/sys v0.30.0 golang.org/x/term v0.29.0 ) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/testify v1.10.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +) |