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 go 1.16
...@@ -9,4 +9,4 @@ require ( ...@@ -9,4 +9,4 @@ require (
github.com/rs/zerolog v1.21.0 github.com/rs/zerolog v1.21.0
github.com/tdewolff/minify v2.3.6+incompatible github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible // indirect github.com/tdewolff/parse v2.3.4+incompatible // indirect
) )
\ No newline at end of file
package application 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 { type Application struct {
Cfg *config.Config Cfg *config.Config
......
...@@ -3,7 +3,7 @@ package graylog ...@@ -3,7 +3,7 @@ package graylog
import ( import (
"fmt" "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/aphistic/golf"
"github.com/rs/zerolog" "github.com/rs/zerolog"
) )
......
...@@ -3,7 +3,7 @@ package mail ...@@ -3,7 +3,7 @@ package mail
import ( import (
"net/smtp" "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" "github.com/rs/zerolog/log"
) )
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"os" "os"
"time" "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"
"github.com/rs/zerolog/log" "github.com/rs/zerolog/log"
"github.com/rs/zerolog/pkgerrors" "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