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

View File

@@ -2,7 +2,7 @@ package main
import (
"fmt"
"github.com/optionsvamp/tastytrade"
"sancus.carpanet.net/sjc/tastytrade"
"os"
)