Skip to content

Commit 17f87e5

Browse files
committed
Switch to spork/path
1 parent 63a9280 commit 17f87e5

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

project.janet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
:description "A full stack web framework written in janet"
44
:dependencies [{:repo "https://github.com/andrewchambers/janet-uri" :tag "9737a6aee88cc2e426b496532014d6d85605afc2"}
55
{:repo "https://github.com/janet-lang/spork" :tag "f547fee9ebfe96c09029bfe232336aab1212a617"}
6-
{:repo "https://github.com/janet-lang/path" :tag "0ae7b60b8aaaa7f80f84692b7efb8e46b7d38eb3"}
76
{:repo "https://github.com/pyrmont/musty" :tag "e1a821940072a5ae5ddc9d3cb2ae6d1bdba41468"}
87
"https://github.com/joy-framework/cipher"
98
"https://github.com/joy-framework/halo2"

src/joy/cli/controller.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(import ../helper :prefix "")
22
(import ../env :as env)
33
(import db)
4-
(import path)
4+
(import spork/path)
55
(import musty)
66

77

src/joy/cli/projects.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(import ../helper :prefix "")
2-
(import path)
2+
(import spork/path)
33
(import cipher)
44
(import musty)
55

src/joy/cli/route.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(import ../helper :prefix "")
22
(import ../env :as env)
33
(import db)
4-
(import path)
4+
(import spork/path)
55
(import musty)
66

77

src/joy/middleware.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(import ./responder :as responder)
66
(import ./html :as html)
77
(import cipher)
8-
(import path)
8+
(import spork/path)
99
(import spork/json)
1010

1111

0 commit comments

Comments
 (0)