Some changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
This commit is contained in:
@ -22,7 +22,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
cfg.Logger.Debug("printting config", "config", cfg)
|
||||
cfg.Logger.Debug("printing config", "config", cfg)
|
||||
|
||||
ms, _ := mysubaru.New(cfg)
|
||||
|
||||
|
@ -2,10 +2,9 @@ module example
|
||||
|
||||
go 1.24
|
||||
|
||||
require git.savin.nyc/alex/mysubaru v0.0.0-20250530191823-fb8f151e05c9
|
||||
require git.savin.nyc/alex/mysubaru v0.0.0-20250601152656-ef145bdf9ae5
|
||||
|
||||
require (
|
||||
github.com/Jeffail/gabs/v2 v2.7.0 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
||||
golang.org/x/net v0.40.0 // indirect
|
||||
|
Reference in New Issue
Block a user