Skip to content

Commit

Permalink
remove spdx and order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianburth committed May 28, 2024
1 parent 6cec303 commit 22b8012
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 57 deletions.
4 changes: 2 additions & 2 deletions pkg/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package env
import (
"bytes"
"fmt"
"github.com/mandelsoft/filepath/pkg/filepath"
"github.com/mandelsoft/goutils/general"
"runtime"
"runtime/debug"
"strings"

"github.com/DataDog/gostackparse"
"github.com/mandelsoft/filepath/pkg/filepath"
"github.com/mandelsoft/goutils/exception"
"github.com/mandelsoft/goutils/general"
"github.com/mandelsoft/vfs/pkg/composefs"
"github.com/mandelsoft/vfs/pkg/layerfs"
"github.com/mandelsoft/vfs/pkg/memoryfs"
Expand Down
4 changes: 0 additions & 4 deletions pkg/maven/maventest/testdata.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

package maventest

import (
Expand Down
15 changes: 0 additions & 15 deletions pkg/maven/mypackage/main.go

This file was deleted.

36 changes: 0 additions & 36 deletions pkg/maven/mypackage/mysubpackage/somefile.go

This file was deleted.

0 comments on commit 22b8012

Please sign in to comment.