examples: lang: Move to v3 of tftp client

This commit is contained in:
James Shubin
2024-01-28 15:55:01 -05:00
parent 7777107d83
commit 305a4ab6dd

View File

@@ -6,7 +6,7 @@ import (
"log" "log"
"os" "os"
"github.com/pin/tftp" "github.com/pin/tftp/v3"
) )
func main() { func main() {