Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

removed pop logger setting that is not required to do by buffalo #2346

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.16
require (
github.com/BurntSushi/toml v1.2.0
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.13.0
github.com/gobuffalo/envy v1.10.2
github.com/gobuffalo/events v1.4.3
github.com/gobuffalo/flect v0.3.0
Expand All @@ -17,9 +16,9 @@ require (
github.com/gobuffalo/meta v0.3.3
github.com/gobuffalo/nulls v0.4.2
github.com/gobuffalo/plush/v4 v4.1.16
github.com/gobuffalo/pop/v6 v6.0.8
github.com/gobuffalo/refresh v1.13.2
github.com/gobuffalo/tags/v3 v3.1.4
github.com/gofrs/uuid v4.3.0+incompatible // indirect
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
Expand Down
Loading