Skip to content

Commit

Permalink
Restore Dates
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed Oct 4, 2023
1 parent ea7e100 commit 005a020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.2"

[deps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down
2 changes: 1 addition & 1 deletion src/GoogleDrive.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module GoogleDrive

using DataDeps
using Dates
using Dates: now, Millisecond
using Downloads: download
using Random: randstring
using HTTP
Expand Down

0 comments on commit 005a020

Please sign in to comment.