diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 16:55:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 16:55:17 -0600 |
| commit | 9e8a40023cd86c69ec4e0ae0f23ce148793ea38e (patch) | |
| tree | 6b3b7156c20f2ecee88b177bd7a9fa83e9f24498 | |
| parent | a9329f794fa6792d52802e8c6ba91e708080013d (diff) | |
change to alex's local treev0.12.3
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | args.go | 2 | ||||
| -rw-r--r-- | main.go | 2 | ||||
| -rw-r--r-- | structs.go | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -5,8 +5,8 @@ all: redomod: rm -f go.* - go mod init - go mod tidy + GO111MODULE= go mod init + GO111MODULE= go mod tidy github: git push -u github master @@ -3,7 +3,7 @@ package debugger // initializes logging and command line options import ( - "go.wit.com/arg" + "go.wit.com/dev/alexflint/arg" "go.wit.com/log" ) @@ -6,7 +6,7 @@ import ( "go.wit.com/log" "go.wit.com/gui/gui" "go.wit.com/gui/gadgets" - "go.wit.com/gui/gadgets/logsettings" + "go.wit.com/gui/lib/logsettings" ) /* @@ -3,7 +3,7 @@ package debugger import ( "go.wit.com/gui/gui" "go.wit.com/gui/gadgets" - "go.wit.com/gui/gadgets/logsettings" + "go.wit.com/gui/lib/logsettings" ) var me *debuggerSettings |
