-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from BrenekH/develop
Release 0.3.1
- Loading branch information
Showing
26 changed files
with
4,076 additions
and
1,833 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,31 @@ | ||
module github.com/BrenekH/encodarr/controller | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/BrenekH/logange v0.6.0 | ||
github.com/golang-migrate/migrate/v4 v4.15.0-beta.1 | ||
github.com/google/uuid v1.2.0 | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
golang.org/x/tools v0.1.1 // indirect | ||
modernc.org/ccgo/v3 v3.9.4 // indirect | ||
modernc.org/sqlite v1.10.6 | ||
modernc.org/strutil v1.1.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect | ||
go.uber.org/atomic v1.6.0 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/sys v0.0.0-20210521090106-6ca3eb03dfc2 // indirect | ||
golang.org/x/tools v0.1.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
modernc.org/cc/v3 v3.33.5 // indirect | ||
modernc.org/ccgo/v3 v3.9.2 // indirect | ||
modernc.org/libc v1.9.5 // indirect | ||
modernc.org/mathutil v1.2.2 // indirect | ||
modernc.org/memory v1.0.4 // indirect | ||
modernc.org/opt v0.1.1 // indirect | ||
modernc.org/strutil v1.1.0 // indirect | ||
modernc.org/token v1.0.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.d1f77bb4.chunk.css", | ||
"main.js": "/static/js/main.5a15e6fa.chunk.js", | ||
"main.js.map": "/static/js/main.5a15e6fa.chunk.js.map", | ||
"runtime-main.js": "/static/js/runtime-main.055bee68.js", | ||
"runtime-main.js.map": "/static/js/runtime-main.055bee68.js.map", | ||
"static/css/2.a49f93ba.chunk.css": "/static/css/2.a49f93ba.chunk.css", | ||
"static/js/2.b4ebe8d9.chunk.js": "/static/js/2.b4ebe8d9.chunk.js", | ||
"static/js/2.b4ebe8d9.chunk.js.map": "/static/js/2.b4ebe8d9.chunk.js.map", | ||
"static/js/3.a09c83ab.chunk.js": "/static/js/3.a09c83ab.chunk.js", | ||
"static/js/3.a09c83ab.chunk.js.map": "/static/js/3.a09c83ab.chunk.js.map", | ||
"main.css": "/static/css/main.386e5276.chunk.css", | ||
"main.js": "/static/js/main.633a313d.chunk.js", | ||
"main.js.map": "/static/js/main.633a313d.chunk.js.map", | ||
"runtime-main.js": "/static/js/runtime-main.d9007f64.js", | ||
"runtime-main.js.map": "/static/js/runtime-main.d9007f64.js.map", | ||
"static/css/2.62793d63.chunk.css": "/static/css/2.62793d63.chunk.css", | ||
"static/js/2.87856085.chunk.js": "/static/js/2.87856085.chunk.js", | ||
"static/js/2.87856085.chunk.js.map": "/static/js/2.87856085.chunk.js.map", | ||
"static/js/3.0271195d.chunk.js": "/static/js/3.0271195d.chunk.js", | ||
"static/js/3.0271195d.chunk.js.map": "/static/js/3.0271195d.chunk.js.map", | ||
"index.html": "/index.html", | ||
"static/css/2.a49f93ba.chunk.css.map": "/static/css/2.a49f93ba.chunk.css.map", | ||
"static/css/main.d1f77bb4.chunk.css.map": "/static/css/main.d1f77bb4.chunk.css.map", | ||
"static/js/2.b4ebe8d9.chunk.js.LICENSE.txt": "/static/js/2.b4ebe8d9.chunk.js.LICENSE.txt", | ||
"static/css/2.62793d63.chunk.css.map": "/static/css/2.62793d63.chunk.css.map", | ||
"static/css/main.386e5276.chunk.css.map": "/static/css/main.386e5276.chunk.css.map", | ||
"static/js/2.87856085.chunk.js.LICENSE.txt": "/static/js/2.87856085.chunk.js.LICENSE.txt", | ||
"static/media/Encodarr-Logo.4b0cc1bf.svg": "/static/media/Encodarr-Logo.4b0cc1bf.svg", | ||
"static/media/Info-I.ffc9d3a2.svg": "/static/media/Info-I.ffc9d3a2.svg", | ||
"static/media/addLibraryIcon.dd5f1d29.svg": "/static/media/addLibraryIcon.dd5f1d29.svg", | ||
"static/media/terminalIcon.5147de0e.svg": "/static/media/terminalIcon.5147de0e.svg" | ||
}, | ||
"entrypoints": [ | ||
"static/js/runtime-main.055bee68.js", | ||
"static/css/2.a49f93ba.chunk.css", | ||
"static/js/2.b4ebe8d9.chunk.js", | ||
"static/css/main.d1f77bb4.chunk.css", | ||
"static/js/main.5a15e6fa.chunk.js" | ||
"static/js/runtime-main.d9007f64.js", | ||
"static/css/2.62793d63.chunk.css", | ||
"static/js/2.87856085.chunk.js", | ||
"static/css/main.386e5276.chunk.css", | ||
"static/js/main.633a313d.chunk.js" | ||
] | ||
} |
Oops, something went wrong.