Merge pull request 'Removed unused dependencies' (#88) from clean-deps into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: mentorenwahl/mentorenwahl#88
This commit is contained in:
Dominic Grimm 2022-03-07 12:17:27 +00:00
commit 29298023d2
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"