Removed unused dependencies #88

Merged
dergrimm merged 1 commit from clean-deps into main 2022-03-07 12:17:28 +00:00
4 changed files with 0 additions and 8 deletions

View file

@ -104,10 +104,6 @@ shards:
git: https://github.com/tbrand/router.cr.git
version: 0.2.8
secrets-env:
git: https://github.com/spider-gazelle/secrets-env.git
version: 1.3.1
service:
git: https://git.dergrimm.net/dergrimm/service.git
version: 0.1.0

View file

@ -46,8 +46,6 @@ dependencies:
github: juanedi/micrate
mosquito:
github: mosquito-cr/mosquito
secrets-env:
github: spider-gazelle/secrets-env
quartz_mailer:
github: amberframework/quartz-mailer
kilt:

View file

@ -14,7 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
require "secrets-env"
require "env_config"
module Backend

View file

@ -14,7 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
require "secrets-env"
require "micrate"
require "pg"