Skip to content

Commit

Permalink
remove go_over
Browse files Browse the repository at this point in the history
  • Loading branch information
bwireman committed Dec 15, 2024
1 parent df8f158 commit 9006998
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 56 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/deps.yml

This file was deleted.

4 changes: 0 additions & 4 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleeunit = "~> 1.2.0"
simplifile = ">= 2.0.0 and < 3.0.0"
cactus = ">= 1.0.0 and < 2.0.0"
go_over = ">= 2.1.0 and < 3.0.0"

[javascript]
typescript_declarations = true
Expand All @@ -26,10 +25,7 @@ allow_all = true
[cactus.pre-commit]
actions = [
{ command = "format", kind = "sub_command", args = ["--check"] },
{ command = "go_over", args = ["--outdated"] },
{ command = "./scripts/build_js.sh", kind = "binary" },
{ command = "./scripts/test.sh", kind = "binary" },
]

[go-over.ignore]
packages = ["go_over"]
13 changes: 3 additions & 10 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,19 @@
# You typically do not need to edit this file

packages = [
{ name = "birl", version = "1.7.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "ranger"], otp_app = "birl", source = "hex", outer_checksum = "5C66647D62BCB11FE327E7A6024907C4A17954EF22865FE0940B54A852446D01" },
{ name = "cactus", version = "1.2.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib", "gleither", "shellout", "simplifile", "tom"], otp_app = "cactus", source = "hex", outer_checksum = "1763E98BFC38474DD1708EE2B5F9772FC0482855DFAC8A2CE31A555BAA8F4264" },
{ name = "cactus", version = "1.3.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib", "gleither", "gxyz", "shellout", "simplifile", "tom"], otp_app = "cactus", source = "hex", outer_checksum = "3CF9AF1DEBD2F68180E1764F7E1FB30D7590E1427F85286A3E08715D78D27ED1" },
{ name = "filepath", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "67A6D15FB39EEB69DD31F8C145BB5A421790581BD6AA14B33D64D5A55DBD6587" },
{ name = "gleam_hexpm", version = "1.1.0", build_tools = ["gleam"], requirements = ["birl", "gleam_stdlib"], otp_app = "gleam_hexpm", source = "hex", outer_checksum = "D32439FD6AD683FE1094922737904EC2091E2D7B1F236AD23815935694A5221A" },
{ name = "gleam_json", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "0A57FB5666E695FD2BEE74C0428A98B0FC11A395D2C7B4CDF5E22C5DD32C74C6" },
{ name = "gleam_stdlib", version = "0.45.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "206FCE1A76974AECFC55AEBCD0217D59EDE4E408C016E2CFCCC8FF51278F186E" },
{ name = "gleamsver", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleamsver", source = "hex", outer_checksum = "EA74FDC66BF15CB2CF4F8FF9B6FA01D511712EE2B1F4BE0371076ED3F685EEAE" },
{ name = "gleam_stdlib", version = "0.47.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "3B22D46743C46498C8355365243327AC731ECD3959216344FA9CF9AD348620AC" },
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
{ name = "gleither", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleither", source = "hex", outer_checksum = "86606790899097D8588C0F70C654D9626C634AF14E18F618F4C351FEC6FDA773" },
{ name = "go_over", version = "2.2.1", build_tools = ["gleam"], requirements = ["birl", "filepath", "gleam_hexpm", "gleam_json", "gleam_stdlib", "gleamsver", "shellout", "simplifile", "tom", "yamerl"], otp_app = "go_over", source = "hex", outer_checksum = "54912703439B30EF8769EA7B5912B9A1405D5D745EACAA7C06305901C6F43CE8" },
{ name = "ranger", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "ranger", source = "hex", outer_checksum = "B8F3AFF23A3A5B5D9526B8D18E7C43A7DFD3902B151B97EC65397FE29192B695" },
{ name = "gxyz", version = "0.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gxyz", source = "hex", outer_checksum = "003F62BFBA09FD62FDEA1151DFF40432721B84D0BCBF67275BB329EF2CA50F4A" },
{ name = "shellout", version = "1.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "shellout", source = "hex", outer_checksum = "E2FCD18957F0E9F67E1F497FC9FF57393392F8A9BAEAEA4779541DE7A68DD7E0" },
{ name = "simplifile", version = "2.2.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "0DFABEF7DC7A9E2FF4BB27B108034E60C81BEBFCB7AB816B9E7E18ED4503ACD8" },
{ name = "tom", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "tom", source = "hex", outer_checksum = "228E667239504B57AD05EC3C332C930391592F6C974D0EFECF32FFD0F3629A27" },
{ name = "yamerl", version = "0.10.0", build_tools = ["rebar3"], requirements = [], otp_app = "yamerl", source = "hex", outer_checksum = "346ADB2963F1051DC837A2364E4ACF6EB7D80097C0F53CBDC3046EC8EC4B4E6E" },
]

[requirements]
cactus = { version = ">= 1.0.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = "~> 1.2.0" }
go_over = { version = ">= 2.1.0 and < 3.0.0" }
simplifile = { version = ">= 2.0.0 and < 3.0.0" }
3 changes: 1 addition & 2 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ cd "$(dirname $0)/.."

gleam update
yarn upgrade
yarn audit
gleam run -m go_over
yarn audit
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,16 @@
fastq "^1.6.0"

"@std/assert@npm:@jsr/std__assert":
version "1.0.8"
resolved "https://npm.jsr.io/~/11/@jsr/std__assert/1.0.8.tgz#3765A23791E8C8F167B96DA93B12C3E422311737"
integrity sha512-2Sw6q3pyvy8loqtFzvtI5OKkTK7i/bWqqChz8b+/+MdyiFlYax4cIoh883/gWz+L8ghK1bbrhnNyhju8GMOkMg==
version "1.0.9"
resolved "https://npm.jsr.io/~/11/@jsr/std__assert/1.0.9.tgz#AE06F353471A44BAFA53E9030907F90B2487B46F"
integrity sha512-K72640Y0yzMTaQzHbklw5YLcJ0CQ2Ys2z0lNRR2oQGp9r5Snf10hA4uM4MI3nr4sDSkwly423iwjajtMTmPYRg==
dependencies:
"@jsr/std__internal" "^1.0.5"

"@ungap/structured-clone@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
version "1.2.1"
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.1.tgz#28fa185f67daaf7b7a1a8c1d445132c5d979f8bd"
integrity sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==

acorn-jsx@^5.3.2:
version "5.3.2"
Expand Down Expand Up @@ -308,9 +308,9 @@ cross-spawn@^7.0.2:
which "^2.0.1"

debug@^4.3.1, debug@^4.3.2:
version "4.3.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
version "4.4.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
dependencies:
ms "^2.1.3"

Expand Down

0 comments on commit 9006998

Please sign in to comment.