Skip to content

Commit

Permalink
reame
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Sep 14, 2023
1 parent bdd5f58 commit 300f3d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/attack.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/seipan/bluma/lib"
"github.com/seipan/bulma/lib"
)

func ParseAndAttack(ctx context.Context, path string) error {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/seipan/bluma
module github.com/seipan/bulma

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package main

import "github.com/seipan/bluma/cmd"
import "github.com/seipan/bulma/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit 300f3d1

Please sign in to comment.