Commit d799ff2f authored by Fernando Avilés's avatar Fernando Avilés
Browse files

Initial commit

parent a040ca07
module git.unotv.com/go_utv_utils
module git.unotv.com/unotv-public/go_utv_utils
go 1.16
......@@ -9,4 +9,4 @@ require (
github.com/rs/zerolog v1.21.0
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible // indirect
)
)
\ No newline at end of file
package application
import "git.unotv.com/go_utv_utils/pkg/config"
import "git.unotv.com/unotv-public/go_utv_utils/pkg/config"
type Application struct {
Cfg *config.Config
......
......@@ -3,7 +3,7 @@ package graylog
import (
"fmt"
"git.unotv.com/go_utv_utils/pkg/application"
"git.unotv.com/unotv-public/go_utv_utils/pkg/application"
"github.com/aphistic/golf"
"github.com/rs/zerolog"
)
......
......@@ -3,7 +3,7 @@ package mail
import (
"net/smtp"
"git.unotv.com/go_utv_utils/pkg/application"
"git.unotv.com/unotv-public/go_utv_utils/pkg/application"
"github.com/rs/zerolog/log"
)
......
......@@ -4,7 +4,7 @@ import (
"os"
"time"
"git.unotv.com/go_utv_utils/pkg/application"
"git.unotv.com/unotv-public/go_utv_utils/pkg/application"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"github.com/rs/zerolog/pkgerrors"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment