-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't track docker-compose.yml, and update dependencies that are easi…
…ly updated (#266) Those dependencies being "Not Liquidsoap" - Even though our liquidsoap is absurdly far out of date, I really don't feel like bumping the major version, especially not when I'm not knowledgeable in that domain. Therefore, see #265.
- Loading branch information
Showing
5 changed files
with
6 additions
and
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ cadence.env | |
icecast.xml | ||
liquidsoap.liq | ||
nginx.conf | ||
docker-compose.yml |
This file was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
module github.com/kenellorando/cadence | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/Jeffail/gabs v1.4.0 | ||
|