Skip to content

Commit

Permalink
build(go): Remove the unused tomlkt dependency
Browse files Browse the repository at this point in the history
The last TOML code was removed in f54813e.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 1, 2024
1 parent 146ab3b commit 129ec48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/package-managers/go/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
implementation(projects.utils.spdxUtils)

implementation(libs.bundles.kotlinxSerialization)
implementation(libs.tomlkt)

funTestImplementation(testFixtures(projects.analyzer))
}

0 comments on commit 129ec48

Please sign in to comment.