Skip to content
Snippets Groups Projects
Commit bb197f74 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Switch to another (final ?) xAAL repo

parent d253c01f
Branches
No related tags found
No related merge requests found
......@@ -2,20 +2,3 @@ module gitlab.imt-atlantique.fr/xaal/code/go/apps
go 1.23.0
require (
gitlab.imt-atlantique.fr/xaal/code/go/schemas v0.2.0
gitlab.imt-atlantique.fr/xaal/code/go/uuid v0.3.0
gitlab.imt-atlantique.fr/xaal/code/go/xaal v0.1.0
)
require (
github.com/fatih/color v1.17.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
......@@ -6,8 +6,8 @@ package main
import (
"time"
"gitlab.imt-atlantique.fr/xaal/code/go/uuid"
"gitlab.imt-atlantique.fr/xaal/code/go/xaal"
"gitlab.imt-atlantique.fr/xaal/code/go/core/uuid"
"gitlab.imt-atlantique.fr/xaal/code/go/core/xaal"
)
type Lamp struct {
......
package main
import (
"gitlab.imt-atlantique.fr/xaal/code/go/uuid"
"gitlab.imt-atlantique.fr/xaal/code/go/xaal"
"gitlab.imt-atlantique.fr/xaal/code/go/core/uuid"
"gitlab.imt-atlantique.fr/xaal/code/go/core/xaal"
)
func main() {
......
package main
import (
"gitlab.imt-atlantique.fr/xaal/code/go/schemas"
"gitlab.imt-atlantique.fr/xaal/code/go/uuid"
"gitlab.imt-atlantique.fr/xaal/code/go/xaal"
"gitlab.imt-atlantique.fr/xaal/code/go/core/schemas"
"gitlab.imt-atlantique.fr/xaal/code/go/core/uuid"
"gitlab.imt-atlantique.fr/xaal/code/go/core/xaal"
)
func main() {
......
......@@ -3,7 +3,7 @@ package main
import (
"fmt"
"gitlab.imt-atlantique.fr/xaal/code/go/xaal"
"gitlab.imt-atlantique.fr/xaal/code/go/core/xaal"
)
func showMessage(msg *xaal.Message) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment