From d98fe5e4922a409b367a1e0eeec138e7ae598452 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 9 Jul 2025 19:39:33 +0200 Subject: go-git-gitignore: add pattern_test.go Version https://github.com/go-git/go-git/commit/d767b7256ade17d20467bea377af4045b9cd8015 --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e79fae0..6744057 100644 --- a/go.mod +++ b/go.mod @@ -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 +) -- cgit v1.2.3