Codebase list gobuster / 7d866bb
Use Debian package golang-github-pin-tftp-dev Sophie Brun 1 year, 5 months ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Sophie Brun <[email protected]>
1 Date: Tue, 20 Dec 2022 16:09:47 +0100
2 Subject: Use github.com/pin/tftp packaged in Debian
3
4 ---
5 gobustertftp/gobustertftp.go | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/gobustertftp/gobustertftp.go b/gobustertftp/gobustertftp.go
9 index 3598391..9b89856 100644
10 --- a/gobustertftp/gobustertftp.go
11 +++ b/gobustertftp/gobustertftp.go
12 @@ -10,7 +10,7 @@ import (
13
14 "github.com/OJ/gobuster/v3/libgobuster"
15
16 - "github.com/pin/tftp/v3"
17 + "github.com/pin/tftp"
18 )
19
20 // GobusterTFTP is the main type to implement the interface
0 Use-github.com-pin-tftp-packaged-in-Debian.patch