diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-07-05 09:11:39 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-07-05 09:11:45 +0300 |
| commit | 0611d5408e750de12e0092f414ce2b26b3d0423b (patch) | |
| tree | f0dfc963e3437859be0be1fb20157b1a3494faff /go-src/ui/ui.go | |
| parent | e68bf6185aef85aae52cd2d9a86a9d8b241623e4 (diff) | |
| download | ctfc-0611d5408e750de12e0092f414ce2b26b3d0423b.tar ctfc-0611d5408e750de12e0092f414ce2b26b3d0423b.tar.gz ctfc-0611d5408e750de12e0092f414ce2b26b3d0423b.zip | |
Fixed go module name
Diffstat (limited to 'go-src/ui/ui.go')
| -rw-r--r-- | go-src/ui/ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go-src/ui/ui.go b/go-src/ui/ui.go index 70ffd67..b4ce7ff 100644 --- a/go-src/ui/ui.go +++ b/go-src/ui/ui.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "gitlab.com/Syndamia/go-src/utils" + "gitlab.com/Syndamia/ctfc/go-src/utils" ) const ( |
