Removed go.mod update example

This commit is contained in:
sjc
2025-05-07 11:50:49 -04:00
parent 46dbff0530
commit b92df36fae
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package main
import (
"fmt"
"github.com/optionsvamp/tastytrade"
"sancus.carpanet.net/sjc/tastytrade"
"os"
)
-3
View File
@@ -1,3 +0,0 @@
module sancus.carpanet.net/sjc/tastytrade
go 1.22.3