File tree 9 files changed +675
-687
lines changed
9 files changed +675
-687
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/shpota/goxygen
2
2
3
- go 1.18
3
+ go 1.19
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
module project-name
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require go.mongodb.org/mongo-driver v1.9.0
6
6
Original file line number Diff line number Diff line change 1
1
module project-name
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require github.com/go-sql-driver/mysql v1.6.0
Original file line number Diff line number Diff line change 1
1
module project-name
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require github.com/lib/pq v1.10.4
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "axios" : " ~0.21 .1" ,
7
- "react" : " ~17.0.2 " ,
8
- "react-dom" : " ~17.0.2 " ,
9
- "react-scripts" : " ~4 .0.3 "
6
+ "axios" : " ~1.2 .1" ,
7
+ "react" : " ~18.2.0 " ,
8
+ "react-dom" : " ~18.2.0 " ,
9
+ "react-scripts" : " ~5 .0.1 "
10
10
},
11
11
"devDependencies" : {
12
- "@testing-library/jest-dom" : " ~5.11.10 " ,
13
- "@testing-library/react" : " ~11.2.6 " ,
14
- "@testing-library/user-event" : " ~13.1.5 "
12
+ "@testing-library/jest-dom" : " ~5.16.5 " ,
13
+ "@testing-library/react" : " ~13.4.0 " ,
14
+ "@testing-library/user-event" : " ~14.4.3 "
15
15
},
16
16
"scripts" : {
17
17
"start" : " react-scripts start" ,
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import './App.css' ;
3
- import logo from './logo.svg ' ;
3
+ import Logo from './Logo ' ;
4
4
import { Tech } from "./tech/Tech" ;
5
5
6
6
export function App ( ) {
7
7
return (
8
8
< div className = "app" >
9
9
< h2 className = "title" > project-name</ h2 >
10
- < div className = "logo" > < img src = { logo } height = "150px" alt = "logo" /> </ div >
10
+ < div className = "logo" > < Logo /> </ div >
11
11
< div >
12
12
This project is generated with < b > < a
13
13
href = "https://github.com/shpota/goxygen" > goxygen</ a > </ b > .
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments