-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from teonet-go:feature/edit_text
Feature/edit text
- Loading branch information
Showing
22 changed files
with
780 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
module github.com/teonet-go/teonet/cmd/teoapi | ||
|
||
go 1.21.1 | ||
|
||
replace github.com/teonet-go/teonet => ../.. | ||
|
||
require ( | ||
github.com/teonet-go/teomon v0.5.14 | ||
github.com/teonet-go/teonet v0.6.4 | ||
) | ||
|
||
require ( | ||
github.com/denisbrodbeck/machineid v1.0.1 // indirect | ||
github.com/google/uuid v1.4.0 // indirect | ||
github.com/kirill-scherba/bslice v0.0.2 // indirect | ||
github.com/kirill-scherba/stable v0.0.8 // indirect | ||
github.com/teonet-go/tru v0.0.18 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
) |
Oops, something went wrong.