Codebase list golang-github-gobuffalo-packr / affa5f50-863f-4e3e-9c96-4f943238e3fb/main debian / patches / add-missing-depends.patch
affa5f50-863f-4e3e-9c96-4f943238e3fb/main

Tree @affa5f50-863f-4e3e-9c96-4f943238e3fb/main (Download .tar.gz)

add-missing-depends.patch @affa5f50-863f-4e3e-9c96-4f943238e3fb/mainraw · history · blame

Index: golang-github-gobuffalo-packr/go.mod
===================================================================
--- golang-github-gobuffalo-packr.orig/go.mod
+++ golang-github-gobuffalo-packr/go.mod
@@ -8,5 +8,7 @@ require (
 	github.com/gobuffalo/packr/v2 v2.5.2
 	github.com/spf13/cobra v0.0.5
 	github.com/stretchr/testify v1.3.0
+	github.com/gobuffalo/logger v1.0.3
+	github.com/gobuffalo/packd v0.2.0
 	golang.org/x/sync v0.0.0-20190423024810-112230192c58
 )