Skip to content

Commit

Permalink
prepare for repo migration
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroO2000 committed Jul 2, 2023
1 parent 0a4c647 commit 01ad4a8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 103 deletions.
2 changes: 1 addition & 1 deletion cmd/convert/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"
"path/filepath"

"github.com/FerroO2000/jsondbc/pkg"
"github.com/spf13/cobra"
"github.com/squadracorsepolito/jsondbc/pkg"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package cmd
import (
"os"

"github.com/FerroO2000/jsondbc/cmd/convert"
"github.com/spf13/cobra"
"github.com/squadracorsepolito/jsondbc/cmd/convert"
)

var rootCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/FerroO2000/jsondbc
module github.com/squadracorsepolito/jsondbc

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Package main
package main

import "github.com/FerroO2000/jsondbc/cmd"
import "github.com/squadracorsepolito/jsondbc/cmd"

func main() {
cmd.Execute()
Expand Down
2 changes: 1 addition & 1 deletion pkg/attribute.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package pkg

import "github.com/FerroO2000/jsondbc/pkg/sym"
import "github.com/squadracorsepolito/jsondbc/pkg/sym"

type attributeKind uint8

Expand Down
2 changes: 1 addition & 1 deletion pkg/can_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/FerroO2000/jsondbc/pkg/sym"
"github.com/squadracorsepolito/jsondbc/pkg/sym"
)

type Reader interface {
Expand Down
4 changes: 2 additions & 2 deletions pkg/dbc_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"os"
"regexp"

"github.com/FerroO2000/jsondbc/pkg/reg"
"github.com/FerroO2000/jsondbc/pkg/sym"
"github.com/squadracorsepolito/jsondbc/pkg/reg"
"github.com/squadracorsepolito/jsondbc/pkg/sym"
)

type DBCReader struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/dbc_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/FerroO2000/jsondbc/pkg/sym"
"github.com/squadracorsepolito/jsondbc/pkg/sym"
)

const dbcDefNode = "Vector__XXX"
Expand Down
2 changes: 1 addition & 1 deletion pkg/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"strconv"

"github.com/FerroO2000/jsondbc/pkg/sym"
"github.com/squadracorsepolito/jsondbc/pkg/sym"
)

// Message represents a CAN message.
Expand Down
93 changes: 0 additions & 93 deletions simple_rev.json

This file was deleted.

0 comments on commit 01ad4a8

Please sign in to comment.