From 7e3307efe8a1af7b0da6a3ccfcee40ef5f5d98d8 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 16 Jun 2024 23:32:49 +0300 Subject: nix: init flake --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b5526df..8707859 100644 --- a/go.mod +++ b/go.mod @@ -14,16 +14,16 @@ require ( ) require ( - dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/ProtonMail/go-crypto v1.0.0 // indirect + github.com/acomagu/bufpipe v1.0.4 // indirect github.com/aymerick/douceur v0.2.0 // indirect github.com/cloudflare/circl v1.3.7 // indirect github.com/cyphar/filepath-securejoin v0.2.4 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/gorilla/css v1.0.1 // indirect + github.com/imdario/mergo v0.3.13 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/kevinburke/ssh_config v1.2.0 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect @@ -38,3 +38,5 @@ require ( ) replace github.com/sergi/go-diff => github.com/sergi/go-diff v1.1.0 + +replace github.com/go-git/go-git/v5 => github.com/go-git/go-git/v5 v5.6.1 -- cgit v1.2.3