Skip to content

Commit

Permalink
switch to ups for sanitization
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 26, 2020
1 parent ebaa3ee commit 8cb07bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 112 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
[submodule "testes"]
path = testes
url = https://github.com/disruptek/testes
[submodule "ups"]
path = ups
url = https://github.com/disruptek/ups
branch = master
1 change: 1 addition & 0 deletions nimph.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ license = "MIT"
requires "https://github.com/disruptek/github >= 2.0.3 & < 3.0.0"
requires "https://github.com/c-blake/cligen >= 0.9.46 & < 2.0.0"
requires "https://github.com/disruptek/bump >= 1.8.18 & < 2.0.0"
requires "https://github.com/disruptek/ups < 2.0.0"
requires "https://github.com/zevv/npeg >= 0.21.3 & < 1.0.0"
requires "https://github.com/disruptek/jsonconvert < 2.0.0"
requires "https://github.com/disruptek/badresults < 2.0.0"
Expand Down
111 changes: 0 additions & 111 deletions nimph/sanitize.nim

This file was deleted.

2 changes: 1 addition & 1 deletion nimph/spec.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import cutelog
export cutelog

import nimph/paths
import nimph/sanitize
import ups/sanitize

type
Flag* {.pure.} = enum
Expand Down
1 change: 1 addition & 0 deletions ups
Submodule ups added at 7e149c

0 comments on commit 8cb07bc

Please sign in to comment.